octave-maintainers
[Top][All Lists]
Advanced

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

link errors of liboctave concering libgbu (MinGW build 3.3.50+)


From: John W. Eaton
Subject: link errors of liboctave concering libgbu (MinGW build 3.3.50+)
Date: Thu, 4 Feb 2010 04:27:09 -0500

On  4-Feb-2010, Tatsuro MATSUOKA wrote:

| Hello
| 
| I have tried to build the recent source
| 2010-02-03  John W. Eaton  <address@hidden>
| 
|       * configure.ac: Don't check for fcntl.h or fcntl.
|       * bootstrap.conf (gnulib_modules): Include fcntl in the list.
| 
| Link errors of liboctave concering libgbu are occured.
| 
| This should work unless it involves constant data structures referencing 
symbols from auto-imported
| DLLs.
| .libs/liboctave_la-lo-cutils.o:lo-cutils.c:(.text+0x4f): undefined reference 
to
| address@hidden'
| ../libgnu/.libs/libgnu.a(error.o):error.c:(.text+0x181): undefined reference 
to `program_name'
| ../libgnu/.libs/libgnu.a(error.o):error.c:(.text+0x1e5): undefined reference 
to `program_name'
| ../libgnu/.libs/libgnu.a(fcntl.o):fcntl.c:(.text+0x53): undefined reference 
to `getdtablesize
| 
| Any suggestions?

What happens if you add gethostname to the list of modules in the
bootstrap.conf file?  You'll need to run autogen.sh and configure
again after doing that.

jwe


reply via email to

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