On Monday, January 20, 2003, at 01:35  PM, Kow K wrote:

BTW, do you *REALLY* need to install Fink into /usr/local? If your concern is library export and sharing (/sw/lib, /sw/include), you can set it up manually with Fink in /sw. For example, here are bash exports that enable such interaction:

export CFLAGS="-I/sw/include"
export LDFLAGS="-I/sw/lib"

that should be
export LDFLAGS="-L/sw/lib"

-I is for include paths, -L is for library paths



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to