vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| while compiling with ifc (invoking as ifcbin) I encountered the following problem: 1021 Lines Compiled /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90file.o)(.text+0x4746): In function `FileOpen': : undefined reference to `errno' /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x6d9): In function `f_fiomess.': : undefined reference to `errno' /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x76b): In function `f_seterrno': : undefined reference to `errno' Does anyone have a clue? tia Michael |
| |||
| > while compiling with ifc (invoking as ifcbin) > I encountered the following problem: > > 1021 Lines Compiled > /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90file.o)(.text+0x4746): In function `FileOpen': > : undefined reference to `errno' > /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x6d9): In function `f_fiomess.': > : undefined reference to `errno' > /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x76b): In function `f_seterrno': > : undefined reference to `errno' > > > Does anyone have a clue? > Well looks like the compiler isn't linking with the proper lipraries. Why are you using ifcbin as opposed to ifc? Did you install it with portage or manually? Jason |
| |||
| On Tue, 28 Oct 2003 18:31:49 +0000, Jason Nielsen wrote: >> while compiling with ifc (invoking as ifcbin) I encountered the >> following problem: >> >> 1021 Lines Compiled >> /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90file.o)(.text+0x4746): In >> function `FileOpen': >> : undefined reference to `errno' >> /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x6d9): >> In function `f_fiomess.': >> : undefined reference to `errno' >> /opt/intel/compiler70/ia32/lib/libIEPCF90.a(f90fioerr.o)(.text+0x76b): >> In function `f_seterrno': >> : undefined reference to `errno' >> >> >> Does anyone have a clue? >> >> > Well looks like the compiler isn't linking with the proper lipraries. Why > are you using ifcbin as opposed to ifc? Did you install it with portage > or manually? > > Jason Because ifc was the following known problem: ifc: error while loading shared libraries: libcxa.so.1: cannot open shared object file: No such file or directory I emerged it. Michael |
| ||||
| > > Because ifc was the following known problem: > ifc: error while loading shared libraries: libcxa.so.1: cannot open shared > object file: No such file or directory > > I emerged it. > > Michael > Interesting, I only use static libraries so I haven't come across this problem. Hmmmm... I'm still using glibc 2.3.1, have you updated to glibc 2.3.2.. that might cause problems. I've heard people running Red Hat 9.0 are having trouble getting ifc to function. I would recommend that you ask your question in: comp.lang.fortran or there is a Intel Linux Forum that might answer your questions. I highly doubt your problem is gentoo specific. Cheers, Jason |