On Sun, Aug 24, 2003 at 06:00:01PM +0800, Winelfred G. Pasamba wrote: > hi, > > in GCC, is it possible to skip -lpq and just tell linux in general to > include libpq in every gcc call? > > i'm using Glade and it overwrites the makefiles (that i modified) every > time i build.
I've never really used Glade, but I imagine what you're doing is fighting against the tool. If Glade is anywhere near intelligently designed (and from the fact that it's widely used I guess that it is) there should be templates or some method for customizing the makefiles so that on link you can include whatever flags you need to do your build. Someone else who actually has used Glade more extensively should be able to tell you, but it wouldn't hurt to read the docs as well. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
