v6.4-BETA2 Compile error

From: Andy Lewis <alewis(at)mpsi(dot)net>
To: pgsql-general(at)hub(dot)org
Subject: v6.4-BETA2 Compile error
Date: 1998-10-15 21:58:53
Message-ID: Pine.LNX.3.96.981015165618.4021A-100000@shell.mpsi.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

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

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

Did I miss something?

Andy

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lorenzo Huerta 1998-10-15 22:41:15 array data type...
Previous Message Jeff Hoffmann 1998-10-15 21:40:52 Re: [GENERAL] Zombie index?