octave-maintainers
[Top][All Lists]
Advanced

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

Re: anyone seeing "dyld: Symbol not found: _program_name"


From: John W. Eaton
Subject: Re: anyone seeing "dyld: Symbol not found: _program_name"
Date: Sun, 7 Feb 2010 01:54:01 -0500

On  6-Feb-2010, Tatsuro MATSUOKA wrote:

| Hello
| 
| --- Ben Abbott  wrote:
| > $ hg diff
| > diff -r 65b41bc71f09 bootstrap.conf
| > --- a/bootstrap.conf        Wed Feb 03 17:05:02 2010 -0500
| > +++ b/bootstrap.conf        Fri Feb 05 17:22:48 2010 -0500
| > @@ -33,6 +33,7 @@
| >    sleep
| >    nanosleep
| >    pathmax
| > +  progname
| >    readlink
| >    rename
| >    rmdir
| 
| Please also add 'getdtablesize' to bootstrap.conf to avoid the below link 
error of liboctave for MinGW
| build.
| 
| Creating library file: 
.libs/liboctave.dll.a../libgnu/.libs/libgnu.a(fcntl.o):fcntl.c:(.text+0x53):
| undefined reference to `getdtablesize
| 
| I add manually getdtablesize and prgname to bootstrap.conf and ./autogen.sh 
and configure gives me
| successful results to build shared liboctave library on MinGW.

Since I don't think we use these modules directly, it seems to me that
gnulib should automatically handle these modules as dependencies of
some other modules.  I've asked on the gnulib list about how to track
down which modules are missing the necessary dependency information.

jwe


reply via email to

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