I am trying to build an application that depends on libplot. Despite the fact libplot is installed (via ports), gcc is unable to find it at compile time:
[EMAIL PROTECTED]:~/tmp$ touch foo.c [EMAIL PROTECTED]:~/tmp$ gcc -o foo foo.c -lplot /usr/bin/ld: cannot find -lplot [EMAIL PROTECTED]:~/tmp$ Here's some output from ldconfig showing it is there: [EMAIL PROTECTED]:~/tmp$ ldconfig -r | grep libplot 324:-lplot.4 => /usr/local/lib/libplot.so.4 326:-lplotter.4 => /usr/local/lib/libplotter.so.4 [EMAIL PROTECTED]:~/tmp$ Beyond this, everything seems to be in order. Has anyone seen this kind of situation or know of a solution? Thank you, James -- James P. Howard, II -- [EMAIL PROTECTED] http://jameshoward.us/ -- 443-430-4050 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"