Quoting Aaron Turner <[EMAIL PROTECTED]>:

>
> configure: guile-config used for LIBS:   -lguile -lltdl
> -L/usr/local/lib -lgmp -lcrypt -lm -lltdl
>

LIBARGS is used for -L/usr/local/lib
LIBS is to specify only the libraries and not the paths.

You might need to modify guile-config by hand.  And line order matters; 
if -lguile should be found in -L/usr/local/lib then that specification 
needs to be before -lguile.

Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to