LinuxLingam wrote:


or is there something else that needs to be done?


??

Whic app are you trying to compile, LL? Is it compiled using GNU ./configure?

If your libsigc++ library files are installed in /usr/local/ and the
actual library files are installed in /usr/local/lib

Then,
try this command while compiling the *dependent* app:

LDFLAGS=-L/usr/local/lib ./configure ...

(Yes. All on the same line and with spaces exactly as I had given.)

- Sandip


-- Sandip Bhattacharya http://www.sandipb.net sandip at puroga.com Puroga Technologies Pvt. Ltd. http://www.puroga.com


_______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to