octave-maintainers
[Top][All Lists]
Advanced

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

Re: extra F on function names


From: Marco Atzeri
Subject: Re: extra F on function names
Date: Wed, 9 Dec 2009 20:40:46 +0000 (GMT)

--- Mer 9/12/09, John W. Eaton <address@hidden> ha scritto:

> Data: Mercoledì 9 dicembre 2009, 20:34
> On  9-Dec-2009, Marco Atzeri
> wrote:
> 
> | I have in config.log :
> | 
> | ENABLE_DYNAMIC_LINKING='true'
> 
> What arguments did you pass to the configure script?

currently 

 ../octave/configure --libexecdir=/usr/lib --without-framework-opengl 
F77=gfortran-4 CXX=g++-4 CPP=cpp-4 CC=gcc-4 LDFLAGS=-no-undefined 
lt_cv_deplibs_check_method=pass_all

but I tried also to add
--enable-shared --enable-dl
with no difference.
 
> 
> | but I miss 
> | #define ENABLE_DYNAMIC_LINKING 1
> | in config.h
> | 
> | >From configure , this seem the only point where 
> | the definition happen
> | --------------------------------------------------------
> |   if $dlopen_api || $shl_load_api ||
> $loadlibrary_api || $dyld_api; then
> |     ENABLE_DYNAMIC_LINKING=true
> | 
> | $as_echo "#define ENABLE_DYNAMIC_LINKING 1"
> >>confdefs.h
> | 
> |   fi
> | --------------------------------------------------------
> | so probably the issue is here.
> 
> Yes, so you need to find out what is happening.  Do
> you expect to use
> the dlopen, dlsym, and dlclose functions?  If so, why
> isn't
> $dlopen_api true here?
> 
> | I will try to build, manually defining  
> | ENABLE_DYNAMIC_LINKING
> | just to see if this is the only roadblock.
> 
> This is not likely to fix the problem entirely for
> you.  You need to
> find out why the configure script is failing to find a
> suitable set of
> functions for doing dynamic linking.
> 
I will try. 

> jwe
> 

Marco



      



reply via email to

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