makefile problems with Intel C++

John W. Eaton jwe at bevo.che.wisc.edu
Thu Jul 17 08:33:42 CDT 2008


On 17-Jul-2008, Jaroslav Hajek wrote:

| 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.

I applied this change.

Thanks,

jwe


More information about the Bug-octave mailing list