This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem w/ guile build from CVS?


"Greg J. Badros" <gjb@cs.washington.edu> writes:

> At the end of my build, I get a problem that looks related to a
> change you just made.  Any thoughts? I did rerun autogen.sh and
> configure.  Do I need to update my libtool or something?

You should be using libtool-1.3.4 but I don't think that it will solve
your problem.  Does your configure.in contain AC_SUBST(DLPREOPEN)?

> ....
> Creating libguile.la
> (cd .libs && rm -f libguile.la && ln -s ../libguile.la libguile.la)
> /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  -o guile @DLPREOPEN@ guile.o libguile.la ../qt/libqthreads.la -ldl -lm 
> gcc -g -O2 -Wall -Wmissing-prototypes -o .libs/guile @DLPREOPEN@ guile.o .libs/libguile.so -ldl -lm ../qt/.libs/libqthreads.so -ldl -lm -ldl -lm -Wl,--rpath -Wl,/usr/guiledebug/lib
> gcc: @DLPREOPEN@: No such file or directory

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]