On Fri, Oct 18, 2002 at 10:14:51AM -0700, Brian Macy wrote: > Yeah, thanks... I'm not very familiar with configure so I didn't know to > look there first. > > checking whether long int is 64 bits... no > checking whether long long int is 64 bits... no > > > configure:7610: checking whether long long int is 64 bits > configure:7648: gcc -o conftest -O2 conftest.c -lssl -lcrypto -lz > -lcrypt -lresolv -lnsl -ldl -lm 1>&5
I net the ssl lib on your system is missing that muldi symbol. I'm not sure why autofuck adds all the -l's to just compile a simple C app. Try upgrading your libssl. -- Debian - http://www.debian.org/ Linux 1394 - http://www.linux1394.org/ Subversion - http://subversion.tigris.org/ Deqo - http://www.deqo.com/

