Thread: ifc problem
View Single Post

   
  #3 (permalink)  
Old 02-21-2008, 06:29 AM
Michael Lorke
 
Posts: n/a
Default Re: ifc problem

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


Reply With Quote