dbTalk Databases Forums  

[BUGS] BUG #1018: Incomplete src/pl/tcl/Makefile

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1018: Incomplete src/pl/tcl/Makefile in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1018: Incomplete src/pl/tcl/Makefile - 12-19-2003 , 05:05 AM







The following bug has been logged online:

Bug reference: 1018
Logged by: Patrick Samson
Email address: p_samson (AT) yahoo (DOT) com
PostgreSQL version: 7.3.5
Operating system: Cygwin
Description: Incomplete src/pl/tcl/Makefile
Details:

For "configure --with-tcl --without-tk".
'make' doesn't know how to resolve references to
a lot of postgres functions.

In src/pl/tcl/Makefile:
Change:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(TCL_LIB_SPEC)
To:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply With Quote
  #2  
Old   
Peter Eisentraut
 
Posts: n/a

Default Re: [BUGS] BUG #1018: Incomplete src/pl/tcl/Makefile - 12-19-2003 , 06:14 AM






Quote:
In src/pl/tcl/Makefile:
Change:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(TCL_LIB_SPEC)
To:
# link command for a shared lib must NOT mention shared libs it uses
SHLIB_LINK = $(BE_DLLLIBS) $(TCL_LIB_SPEC)
This is already fixed in 7.4.


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.