Обсуждение: MacOS X Build Fails with 7.1.3

Поиск
Список
Период
Сортировка

MacOS X Build Fails with 7.1.3

От
Hunter Hillegas
Дата:
My postgres build on MacOS X is failing:

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

Any ideas?

Hunter


Re: MacOS X Build Fails with 7.1.3

От
Justin Clift
Дата:
Hi,

You could try either of :

http://techdocs.postgresql.org/installguides.php#macosx

or

http://techdocs.postgresql.org/oresources.php#macosx

:-)

Regards and best wishes,

Justin Clift


Hunter Hillegas wrote:
>
> My postgres build on MacOS X is failing:
>
> 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
>
> Any ideas?
>
> Hunter
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi