Michael Tollefson wrote: [] > export CPPFLAGS=-I/sw/include > export LDFLAGS=-L/sw/lib > ./configure --disable-pp-build > > That's a bit short compared to the FAQ, > and doesn't say anything about pkgconfig!
It should be sufficient. pkg-config is in /sw/bin, and /sw/bin is in $PATH, so configure will find it unless your PATH is not set up for Fink at all. You can see at the beginning of config.log what your configure script thinks about your PATH. After line 39 in config.log, there are lines like PATH: /sw/bin PATH: /sw/sbin one per PATH component. Do you see /sw/bin there? -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
