From: | jmoschet(at)netscape(dot)net |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org |
Subject: | problem with mkMakefile.tcldefs.sh if USE_TCL=false |
Date: | 2001-01-02 22:55:30 |
Message-ID: | 1312624B.380EA5D9.009EFA21@netscape.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-hackers |
I configured postgres 7.0.2 without tcl (or plperl for that matter).
So I went back and tried to make them.
plperl made fine. No problems adding it to Postgres either.
But the tcl build fails and I think it is because configure creates an
erroneous mkMakefile.tcldefs.sh unless USE_TCL is defined.
The Makefile for tcl executes the mkMakefile.tcldefs.sh to create the needed
defs to compile the pltcl.so
# here's the target
Makefile.tcldefs: mkMakefile.tcldefs.sh
/bin/sh mkMakefile.tcldefs.sh
But if USE_TCL is not true then when configure creates the
mkMakefile.tcldefs.sh from the .in file, @TCL_CONFIG_SH@ is not so nothing is
substituted for it in the resulting mkMakefile.tcldefs.sh.
I was able to overcome this by hand copying the tclConfig.sh to
Makefile.tcldefs (and then removed all the ' (single quotes)) and
everything is ok now.
Just a note for something that may need to be repaired so tcl can be added
after an initial postgres build w/o having to re configure and reinstall ?
the
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com/
From | Date | Subject | |
---|---|---|---|
Next Message | SRINIVASARAGHAVAN, RAJESH (HP-Cupertino, ex1) | 2001-01-03 01:00:29 | programmatic interface into admin |
Previous Message | Michael Davis | 2001-01-02 21:31:02 | RE: pg_dump/psql < db.out issue |
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas T. Thai | 2001-01-02 23:08:17 | baseconvert |
Previous Message | Eric Mueller | 2001-01-02 22:47:05 | RE: Re: MySQL and PostgreSQL speed compare |
From | Date | Subject | |
---|---|---|---|
Next Message | Alfred Perlstein | 2001-01-02 23:58:19 | Re: Patches with vacuum fixes available for 7.0.x |
Previous Message | Ian Lance Taylor | 2001-01-02 20:53:32 | Re: [HACKERS] Re: pgsql/src (Makefile.global.in) |