Thread: ifc problem
View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 06:29 AM
Jason Nielsen
 
Posts: n/a
Default Re: ifc problem

> 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
Reply With Quote