Benjamin Reed wrote:
Above that, there wasOn Saturday, December 14, 2002, at 06:18 PM, Kow K wrote:My problem is with package "postgresql-tcl". I tried to install it many times, without success. I always get the following error:
/usr/bin/libtool: Internal link edit command failed
make: *** [pltcl.dylib] Error 1
By this point in the error, it's too late to figure out what went wrong. What else was above that?
> cc -dynamiclib -L/sw/lib -o pltcl.dylib pltcl.o -L/sw/lib -ltcl8.4 -framework CoreFoundation -lc
> ld: Undefined symbols:
> _CurrentMemoryContext
plus a couple dozen other undefined symbols. I am getting the same error. The problem seems to come from the src/pl/tcl/Makefile that doesn't transmit the definition
SHLIB_EXTRA_LDFLAGS=-undefined suppress -flat_namespace
to the link line.
Actually, I am getting even more errors just before that place, namely at the compilation of pltcl.o, about 100 of
../../../src/include/catalog/pg_type.h:195: stray '\' in program
Even earlier I get something that looks like an error, too:
ar cr libpq.a `lorder fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-
lobj.o pqexpbuffer.o dllist.o md5.o pqsignal.o wchar.o encnames.o | tsort`
tsort: cycle in data
tsort: fe-connect.o
tsort: fe-exec.o
tsort: cycle in data
tsort: fe-auth.o
tsort: fe-connect.o
Apart from this and some warnings about passing arguments from incompatible pointer types, my output coincides with the one from Kow.
Must be some difference in our toolchains.
--
Martin
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
