On Thu, Oct 02, 2008 at 05:49:52PM -0400, Alfred M. Szmidt wrote: > > PKG_CHECK_MODULES I have never used that variable, maybe it is buggy > > and does not set CXXFLAGS accordingly, check the documentation for it. > > And maybe check with the people who maintain that macro (it isn't part > > of autoconf or automake). > > OK Alfred, you were right on the MONEY > > Ofcourse I was. ;)
Ah One correction: src level Makefile.ac is _________________________________________ bin_PROGRAMS = onewindow onewindow_SOURCES = onewindow.cc onewindow_CXXFLAGS = $(GTKMM_CFLAGS) onewindow_LDADD = $(GTKMM_LIBS) ________________________________________ which is the whole point -- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 "Yeah - I write Free Software...so SUE ME" "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society." "> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one." © Copyright for the Digital Millennium _______________________________________________ gnu-misc-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss
