On 9/10/07, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> Try to add this in the Makefile
>
>
> ifdef POSTGRESQL
> CFLAGS     = -I$(POSTGRESQL)/include
> MODLIBS    = -L$(POSTGRESQL)/lib -lnsdb -lpq -Wl,-rpath,$(POSTGRESQL)/lib
> endif
>
> include  $(NAVISERVER)/include/Makefile.module
>
>
> and then try to compile as
>
> make POSTGRESQL=/u01/pgsql8.2.4-dev
>
> see what happens
>


For 4.99.3 (yeah, I know...) I'd like to convert to automake.

Something like this:

http://naviserver.sourceforge.net/snapshots/naviserver-autotooled-4.99.2.tar.gz

Modules would then not piggy-back on Makefile.module, but have their
own configure scripts, and problems like this wouldn't be so common,
hopefully.

Feedback on the *-autotooled above appreciated...

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to