From: Yves <yme...@pe...> - 2005-01-21 14:22:01
|
> You have to admit, although the code is perfect and well written, it > looks horrible: Yes, I do :) But when you have some experience with autotools, you can see what is imp= ortant and what is not, and understand. > My vision goes blurry just looking at it :) :) > Also I found a difference last night when half way there. > > I got to this same as you: > > POSTGRESQL_CFLAGS=3D`${PG_CONFIG} --cflags` > POSTGRESQL_LIBS=3D`${PG_CONFIG} --libs` > > But in fact needs to be: > > POSTGRESQL_CFLAGS=3D"-I`${PG_CONFIG} --cflags`" > POSTGRESQL_LIBS=3D"-L`${PG_CONFIG} --libs` -lpg" > > Makes big difference :) I cannot be "-I`${PG_CONFIG} --cflags... and "-L`${PG_CONFIG} --libs... := ) It has to be "${PG_CONFIG} --some_option_to_get_cflags" and "${PG_CONFIG} --some_options_to_get_libdirs_and_libs" Run pg_config --help and try to understand what it does. Then update conf= igure.ac :) Yves > > Ben. > > > > -- > Ben Clewett bcl...@pe... > PerfParse http://www.perfparse.org > PP FAQ http://wiki.perfparse.org/tiki-list_faqs.php > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Perfparse-devel-int mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-devel-int > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |