Re: [GENERAL] v6.4-BETA2 Compile error

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: pgsql-general(at)hub(dot)org, Andy Lewis <alewis(at)mpsi(dot)net>
Subject: Re: [GENERAL] v6.4-BETA2 Compile error
Date: 1998-10-16 12:53:19
Message-ID: 13620.981016@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Andy,

giovedì, 15 ottobre 98, you wrote:

AL> I'm getting the following when I do a: make all > & make.log &

AL> Postgres v6.4-BETA2 on a Linux 2.0.34 Intel machine

AL> ===========================================================================
AL> gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes
AL> -fpic -I../include -I../../../interfaces/libpq -c typename.c -o typename.sho.o
AL> ld -shared -soname libecpg.so.2 -o libecpg.so.2.6.2 ecpglib.sho typename.sho.o
AL> ld: cannot open ecpglib.sho: No such file or directory
AL> make[3]: *** [libecpg.so.2.6.2] Error 1
AL> make[3]: Leaving directory `/usr/src/pgsql/src/interfaces/ecpg/lib'
AL> make[2]: *** [all] Error 2
AL> make[2]: Leaving directory `/usr/src/pgsql/src/interfaces/ecpg'
AL> make[1]: *** [all] Error 2
AL> make[1]: Leaving directory `/usr/src/pgsql/src/interfaces'
AL> make: *** [all] Error 2
AL> ============================================================================

AL> Did I miss something?

AL> Andy

edit file: /home/postgres/pgsql/src/interfaces/ecpg/lib/Makefile
change ecpglib.sho to ecpglib.sho.o
and then re-compile.

Jose'

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lionel Barth 1998-10-16 15:21:45 slow update
Previous Message Marc G. Fournier 1998-10-16 12:27:13 Re: [GENERAL] v6.4-BETA2 Compile error