On Sat, 13 Jul 1996, the count wrote: > taking alias.c off the ftp site, and adding it gives me the error: > > gcc -c -g -O -Wall -fno-strict-prototypes alias.c > In file included from alias.c:20: > sysdep.h:276: conflicting types for `qsort' > /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3/2.3.3/include/stdlib.h:31: > previous declaration of `qsort' > > which proves to be a fatal error :P > > if i comment out the #ifndef qsort() portion of sysdep.h, it compiles > fine, but i shouldn't have to do that. > alias.c does not redefine qsort. > anybody have any ideas? In alias.c, you have included conf.h _before_ including sysdep.h, right? Good luck, Eric Soderquist
This archive was generated by hypermail 2b30 : 12/07/00 PST