MacOS X Build Fails

From: Hunter Hillegas <lists(at)lastonepicked(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: MacOS X Build Fails
Date: 2001-09-11 21:03:25
Message-ID: B7C3CA2C.321AA%lists@lastonepicked.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Someone suggested the reason my MacOS X build was failing was that I didn't
follow the instructions... That's not the case... I am getting an error
during the 'make' process...

Once again, here is the error:

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 pqsignal.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
ranlib libpq.a
cc -traditional-cpp -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-bundle -undefined suppress -bundle -undefined suppress fe-auth.o
fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o
pqsignal.o -o libpq.so.2.1
/usr/bin/ld: -undefined error must be used when -twolevel_namespace is in
effect
make[3]: *** [libpq.so.2.1] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

Thanks,
Hunter

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2001-09-11 21:26:52 Re: Installation location of Perl and Python modules
Previous Message Oliver Elphick 2001-09-11 20:51:11 Re: Installation location of Perl and Python modules