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, 25 Nov 2009 15:20:36 -0500

On 24-Nov-2009, Marco Atzeri wrote:

| unfortunately the patch is not enough
| 
| /pub/hg/octave_build/src/builtins.cc:942: undefined reference to 
`F__contourc__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___convn___fcns':
| /pub/hg/octave_build/src/builtins.cc:950: undefined reference to 
`F__convn__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___delaunayn___fcns':
| /pub/hg/octave_build/src/builtins.cc:958: undefined reference to 
`F__delaunayn__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___dsearchn___fcns':
| /pub/hg/octave_build/src/builtins.cc:966: undefined reference to 
`F__dsearchn__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___glpk___fcns':
| /pub/hg/octave_build/src/builtins.cc:974: undefined reference to 
`F__glpk__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___lin_interpn___fcns':
| /pub/hg/octave_build/src/builtins.cc:982: undefined reference to 
`F__lin_interpn__(octave_value_list const&, int)'
| .libs/liboctinterp_la-builtins.o: In function `install___magick_read___fcns':
| /pub/hg/octave_build/src/builtins.cc:990: undefined reference to 
`F__magick_read__(octave_value_list const&, int)'

This shows that at least some of the DLD-FUNCTIONS files are still
being included in the genreated src/builtins.cc file.  Did you remove
the builtins.cc file after applying the patch?  Were the Makefiles
properly regenerated when you ran make again?

In any case, the patch I pointed you to was just a workaround, not a
complete fix.

jwe


reply via email to

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