From mint-bounce@lists.fishpool.fi Fri May 28 18:55:13 2010 X-Squirrel-UserHash: EhVcX1lFRQVaRwYcDQ== X-Squirrel-FromHash: UANfXlhFFAI= Message-ID: In-Reply-To: References: <6f058cd2548d6d5f3dd6be1d3e1793ba-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAWEF3AVU6XF1YRUwLXlxYSQ==-webmailer2@server07.webmailer.hosteurope.de> <4BFED67C.1090409@freesbee.fr> <7a3bf57c90aa9a65f4abfd0b002d6fd9-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYAWEF3AVU6XF1YRUwLWFpZRA==-webmailer2@server07.webmailer.hosteurope.de> <4BFF8B10.1080709@freesbee.fr> <8b995d6108853d4ff50d6ce5f4704df1-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYJXlloAFNVMl5dRkACWV9RQ18=-webmailer2@server04.webmailer.hosteurope.de> Date: Sat, 29 May 2010 00:53:01 +0200 Subject: Re: [MiNT] This must be an gcc / ld error! From: "Ole Loots" To: ole@monochrom.net Cc: "Miro Kropacek" , =?iso-8859-1?Q?=22Vincent_Rivi=E8re=22?= , mint@lists.fishpool.fi Reply-To: ole@monochrom.net User-Agent: Host Europe Webmailer/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-HE-Access: Yes X-bounce-key: webpack.hosteurope.de;ole@monochrom.net;1275087218;a2c2711e; X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ole@monochrom.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: How to compile this code: #include int main ( void ) { char * x = "1235554444111abc"; char * y; y = strchrnul(x, (int)'a'); return( 0 ); } without missing references?