Is anyone else seeing this error with lpsolve (leopard/intel)?

echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'
ranlib: file: liblpsolve.5.5.0.10.a(fortify.o) has no symbols

if [ "$so" != "" ]
then
   $c *.o -dynamiclib -single_module -Wl,-x -dead_strip 
-exported_symbols_list ../exp_sym -compatibility_version 5.5.0 
-current_version 5.5.0.10 -o liblpsolve.5.5.0.10.dylib -install_name 
/sw/lib/liblpsolve.5.5.dylib
fi
ld: malformed version number: 5.5.0.10

I've tried with both fink's sed and ssed, but they both give the same error.

Complete output is here:
http://ccwf.cc.utexas.edu/~robert/intel/lpsolve-5.5.0.10-3.txt

I was just building it to build it, so don't lose sleep over it on my 
account.

Thanks,
Robert


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to