Re: Problems compiling Postgresql 8.0.3 on 10.4

From: Vivek Khera <vivek(at)khera(dot)org>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Problems compiling Postgresql 8.0.3 on 10.4
Date: 2005-07-22 17:34:49
Message-ID: 4251BDF6-CAD2-44B7-949F-69DB7E37E6EA@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches


On Jul 20, 2005, at 3:37 AM, Jamie Deppeler wrote:

> Hi, i have just installed 10.4 on one of our machines and cannot
> get past this error during make
>
> gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -
> Wendif-labels -fno-strict-aliasing -dynamiclib -install_name /usr/
> local/pgsql/lib/libpq.4.dylib -compatibility_version 4 -
> current_version 4.0 -multiply_defined suppress fe-auth.o fe-
> connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o
> fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o md5.o ip.o
> wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o -L../../../
> src/port -lresolv -o libpq.4.0.dylib
>
> /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype
> (0) file: -lSystem is not an object file (not allowed in a library)

by "10.4" we shall have to guess that means MacOS X 10.4 by the name
of the dynamic libraries...

It does work. I just installed Pg 8.0.3 on my workstation using
darwin ports (which really only just sets some funky installation
location paths and does a standard build).

Vivek Khera, Ph.D.
+1-301-869-4449 x806

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Crawford 2005-07-22 17:44:49 DST and potential changes thereto
Previous Message Scott Marlowe 2005-07-22 17:25:36 Re: RAMFS with Postgres

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-07-22 18:01:07 Re: Checkpoint cost, looks like it is WAL/CRC
Previous Message Simon Riggs 2005-07-22 17:31:58 Re: [HACKERS] Planner doesn't look at LIMIT?

Browse pgsql-patches by date

  From Date Subject
Next Message Luke Lonergan 2005-07-22 19:28:43 Re: [PATCHES] COPY FROM performance improvements
Previous Message Joshua D. Drake 2005-07-22 17:11:25 Re: [PATCHES] COPY FROM performance improvements