makefile problems with Intel C++

Jaroslav Hajek highegg at gmail.com
Thu Jul 17 05:36:38 CDT 2008


hello,
it seems the changeset 8119:0487e46da18e from Jul 14 causes problem
linking with Intel C++ (10.1). The reason is that putting -lxxxx
library references into DL_LDFLAGS makes the appear *before* .o object
files, which causes Intel C++ to not link the object file to the
library properly. While I'm not sure whether or not this is a problem
of Intel C++, I'm sure that putting -lxxxx library refs before .o
files is quite non-standard practice, hence the attached fix.

regards

-- 
RNDr. Jaroslav Hajek
computing expert
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makefix.diff
Type: text/x-patch
Size: 1779 bytes
Desc: not available
Url : https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080717/56fb310c/attachment.bin 


More information about the Bug-octave mailing list