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: John W. Eaton
Subject: Re: extra F on function names
Date: Wed, 9 Dec 2009 14:34:19 -0500

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?

| 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.

jwe


reply via email to

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