guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: problem compiling patched guile-pg against guile-1.6.0


From: Stanislas Pinte
Subject: RE: problem compiling patched guile-pg against guile-1.6.0
Date: Thu, 24 Oct 2002 18:09:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3

hello,

I solved the problem by commenting out line 285 and 321-332 of file libpostgres_lo.c

--> I suppose it has got an impact on large objects handling, but "make check" seems to pass all tests...

Any suggested action, or explanation for that?

thanks a lot,

Stan.

-------- Original Message --------
Subject: problem compiling patched guile-pg against guile-1.6.0
Date: Thu, 24 Oct 2002 17:51:09 +0200
From: Stanislas Pinte <address@hidden>
To: address@hidden

hello,

I have the following problem, when trying to compile guile-pg-0.07,
patched with guile-pg-0.07-0.07ttn4.diff...

I get this:

ranlib .libs/libpostgres.a
creating libpostgres.la
(cd .libs && rm -f libpostgres.la && ln -s ../libpostgres.la libpostgres.la)
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include
-I/usr/local/pgsql//include    -g -O2 -Wall -Wmissing-prototypes -c
guile-pg.c
/bin/sh ./libtool --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  -o
guile-pg -L/usr/local/lib -lguile -lqthreads -lpthread -lcrypt -lm
-L/usr/local/pgsql//lib -lpq -static guile-pg.o libpostgres.la -lpq -lcrypt
gcc -g -O2 -Wall -Wmissing-prototypes -o guile-pg -L/usr/local/lib
-lguile -lqthreads -lpthread -lcrypt -lm -L/usr/local/pgsql//lib -lpq
guile-pg.o .libs/libpostgres.a -lpq -lpq -lcrypt -lpq -lcrypt
.libs/libpostgres.a(libpostgres_lo.o): In function `lob_flush':
/usr/alto/staff/stan/src/guile/guile-pg-0.07ttn4/libpostgres_lo.c:321:
undefined reference to `terminating'
collect2: ld returned 1 exit status
make[2]: *** [guile-pg] Error 1
make[2]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile/guile-pg-0.07ttn4'
make: *** [all-recursive-am] Error 2


any clue why?

Is this patch only working against guile-cvs?

thanks a lot,

Stan.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]