[Ipopt] ipopt - Build Issues
Andrey Romanenko
andrey at ciengis.com
Tue Apr 21 08:05:07 EDT 2009
Hello,
On Tuesday 21 April 2009 08:46:39 John Pye wrote:
[]
> > ../../Interfaces/.libs/libipopt.so: undefined reference to `s_copy'
> > ../../Interfaces/.libs/libipopt.so: undefined reference to `d_sign'
> > ../../Interfaces/.libs/libipopt.so: undefined reference to `do_fio'
> > collect2: ld returned 1 exit status
>
> Looks like you are failing to link properly to BLAS, unless I'm
> mistaken. Check the output of 'ldd libipopt.so' to see what it's linking
> to, and check that your BLAS exists and contains those symbols. Check
> the configure flags to see if you've missed setting something.
Probably BLAS, or something else was compiled with f77 g77. These appear to be
symbols either from libf77 or from libg2c. An appropriate linker flag should be
included (-lf77 or -lg2c)
Best Regards,
Andrey Romanenko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/ipopt/attachments/20090421/d15acfaf/attachment.html
More information about the Ipopt
mailing list