Dear Alan,

Thanks for the help!
> > + /usr/lib/rpm/brp-alt
> > ....
> > "
> > The rpm was not built because of
> > "verify-elf: ERROR: ./usr/lib/libcsirocsa.so.0.0.1: RPATH ends with
> > ":": /usr/local/intel/lib:/usr/local/lib/:/usr/local/intel/mkl/lib/32:
> > " I have rpath=relaxed in .rpmmacros, and it does not help.
> 
> The trailing ":" should not happen.  
It comes from my .bash_profile
where I put
LD_LIBRIRARY_PATH= /usr/local/intel/lib:$LD_LIBRIRARY_PATH
export LD_LIBRIRARY_PATH.

I thought it is legal. This time I changed to construction proposed in
the manual : 
if [ -z "$LD_LIBRARY_PATH" ]
then 
 LD_LIBRARY_PATH="/usr/local/intel/lib";
else
 LD_LIBRARY_PATH="/usr/local/intel/lib:$LD_LIBRARY_PATH:$MKLPATH";
fi
export LD_LIBRARY_PATH;

Having this and with option -DUSE_RPATH=OFF the building was smoothly
ended with no errors. There were still some warning like

verify-elf: WARNING: ./usr/lib/libplplotf77d.so.9.1.1: undefined
symbol: for_iargc verify-elf:
WARNING: ./usr/lib/libplplotf77d.so.9.1.1: undefined symbol:
for_write_seq_fmt verify-elf:
WARNING: ./usr/lib/libplplotf77d.so.9.1.1: undefined symbol: for_getarg
verify-elf: WARNING: ./usr/lib/libplplotf77d.so.9.1.1: undefined
symbol: for_cpystr verify-elf:
WARNING: ./usr/lib/libplplotf95d.so.9.1.1: TEXTREL entry found: 0x0

kind regards
Valery

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to