> > likely that somewhere, either _BSD_SOURCE or _GNU_SOURCE is defined. > > Neither is the case. The source file is twofish.c; you can get it at: > > http://www.macfergus.com/niels/code/TwofishClib-v0.2.zip > > Unzip the archive and compile it like this: > > gcc -c -o twofish.o -O2 -g twofish.c > > contrast with > > gcc -c -o twofish.o -g twofish.c
hopper:~$ gcc-2.95 -c -o twofish.o -O2 -g twofish.c hopper:~$ gcc-3.2 -c -o twofish.o -O2 -g twofish.c hopper:~$ I'm not seeing the problem. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ Deqo - http://www.deqo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]