|
From: Earnie B. <ea...@us...> - 2004-04-01 11:31:50
|
Why are you needing to build libW11? Vincent Torri wrote: >hello, > >I am trying to compile libw11 with mingw and I have undefined reference >with getuid, geteuid, etc...when compiling and linking. > > > Those functions do not exist for the MINGW32 target. The MinGW compiler mostly supports ANSI as is interpreted by Microsoft with some extensions. Some of those extensions pretend to be POSIX. The getuid and geteuid functions do not exist. Earnie -- http://www.mingw.org http://sourceforge.net/projects/mingw https://sourceforge.net/donate/index.php?user_id=15438 |