On Sat, 21 Feb 2004, Thomas TS wrote: > Greetings all, > > I am trying to compile the last stable squid in a Slackware box > system but this is preventing the building:
> gcc -g -O2 -Wall -g -o cf_gen cf_gen.o -L../lib -lmiscutil -lm > -lresolv -lbsd -lnsl > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld: > cannot find -lbsd <<<<<<<<<<<<<<<<<<<<<<<<< Make sure you build from a clean source tree and not a tree where Squid has previously been built for another distribution. -lbsd is only included if configure could compile programs using -lbsd Regards Henrik
