This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Weirdness using libguile


Hi all,

I'm trying to compile autogen (autogen.sf.net) which uses libguile.

I recently upgraded my Cygwin install and now autogen won't compile.
Here's what I get:

    make[3]: Entering directory `/home/erikd/autogen-5.7.1/agen5'
    /bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o autogen.exe \
         -export-dynamic  autogen-ag.o ../autoopts/libopts.la -lguile \
         -lguile-ltdl -lcrypt -lm -lm 
    libtool: link: cannot find the library \
        `/home/mingw/cygwin/root/usr/lib/libguile-ltdl.la'
    make[3]: *** [autogen.exe] Error 1

I don't have a '/home/mingw/cygwin' and neither does the autogen
maintainer. ON the advice of the autogen maintainer I had a look
at theoutput of "guile-config link" which returned

    $ guile-config link
    -lguile -lguile-ltdl -lcrypt -lm

However, "guile-config info" returned the following two lines:

    top_srcdir = /home/mingw/cygwin/netrel/src/guile-1.6.7-1
    srcdir = /home/mingw/cygwin/netrel/src/guile-1.6.7-1/libguile

with the telltale '/home/mingw/cygwin'. 

Is the guile maintainer liely to see this here?

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
Linux, the UNIX defragmentation tool.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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