On Fri, 2003-09-19 at 07:38, Michael Meskes wrote: > I included strndup because some systems didn't seem to have it. Any idea > what else I could do? Okay, I could rename it and use only the renamed > function as it's just used internally. > > What surprises me is that it compiles fine for me despite using the very > same system as Oliver to compile.
Perhaps you should enclose your definition in #ifndef __USE_GNU #endif src/include/port/linux.h now forces _GNU_SOURCE on, which in turn defines __USE_GNU. Do you somehow override the definition of _GNU_SOURCE? -- Oliver Elphick [EMAIL PROTECTED] Isle of Wight, UK http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "Bring ye all the tithes into the storehouse, that there may be meat in mine house, and prove me now herewith, saith the LORD of hosts, if I will not open you the windows of heaven, and pour you out a blessing, that there shall not be room enough to receive it." Malachi 3:10 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly