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: Tue, 24 Nov 2009 07:42:05 +0000 (GMT)

--- Lun 23/11/09, Marco Atzeri <address@hidden> ha scritto:

> --- Lun 23/11/09, John W. Eaton
> <address@hidden>
> ha scritto:
> 
> > On 23-Nov-2009, Marco Atzeri wrote:
> > 
> > | so it looks that DLD-FUNCTIONS/* like
> __contourc__.oct
> > | are incorrectly called during the linking ?
> > | The __contourc__.df and similar should not be used 
> > | for such scope ?
> > 
> > I think the problem is that those functions should not
> be
> > listed in
> > builtins.cc at all if they will be loaded as .oct
> files and
> > not linked
> > directly with the octave executable.  So you need to
> > find out why the
> > call to mkbuiltins includes them.  Maybe it is some
> > variant of the
> > problem I described here:
> > 
> >   
> > https://www-old.cae.wisc.edu/pipermail/octave-maintainers/2009-November/013840.html
> > 
> > ?
> > 
> > jwe
> > 
> 
> John,
> it seems exactly the same problem.
> I will test your additional patch and let you know
> 
> thanks
> Marco
>
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)'



Marco



      



reply via email to

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