Re: Problems compiling Postgresql 8.0.3 on 10.4

From: Jamie Deppeler <jamie(at)doitonce(dot)net(dot)au>
To: Vivek Khera <vivek(at)khera(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems compiling Postgresql 8.0.3 on 10.4
Date: 2005-07-24 22:58:44
Message-ID: 42E41D24.8070205@doitonce.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Vivek Khera wrote:

>
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>
>
Install Xcode development tools i had the same issue

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ezequiel Tolnay 2005-07-25 01:35:14 Re: Wishlist?
Previous Message Bjørn T Johansen 2005-07-24 21:26:42 Re: Could not convert UTF-8 character to ISO8859-1?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-24 23:15:44 Re: More buildfarm stuff
Previous Message Larry Rosenman 2005-07-24 22:52:23 Re: More buildfarm stuff

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-07-24 23:33:37 Re: Regression - GNUmakefile - pg_usleep
Previous Message Tom Lane 2005-07-24 22:00:15 Proposed patch to remove .so pattern rules from platform Makefiles