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'