Error in Makefile.tcldefs

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Error in Makefile.tcldefs
Date: 2001-05-03 18:35:12
Message-ID: 200105031835.f43IZCT03397@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ian Harding (ianh(at)tpchd(dot)org) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Error in Makefile.tcldefs

Long Description
'gmake' process blows up when it gets to compiling pl/tcl. The error message is something to the effect of "flag '-Wl,-R/usr/pgk/lib' is not recognized." I didn't see where -Wl was a valid flag in a quick scan of the man page for gmake, so I simply deleted '-Wl,' from the TCL_LIB_SPEC line in Makefile.tcldefs in the /src/pl/tcl directory. I have no idea what damage I may have done, but all appears to be well as I can install pltcl and create functions.

Platform - i686
OS NetBSD 1.5
PG Version 7.1

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vivek Khera 2001-05-03 19:11:56 Re: freebsd sample startup script doesn't work
Previous Message Marcin Zukowski 2001-05-03 18:32:39 RE: Found an example prooving bug