- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm trying to compile a module history.F90 containing the following lines:
character(len=10) :: fincl(pflds,ptapes)
character(len=max_chars) :: fincllonlat(pflds,ptapes)
character*10 fincl1(pflds)
character(len=max_chars) fincl1lonlat(pflds)
equivalence (fincl1,fincl(1,1))
equivalence (fincl1lonlat,fincllonlat(1,1))
Array 'fincllonlat' is used by some runtime_opts.F90 file and when linking I get the message *.../runtime_opts.F90:1609: undefined reference to `history_mp_fincllonlat_'*. I use ifort 8.1(packageid l_fce_pc_8.1.023) on Itanium.
'nm' tells me there is no 'history_mp_fincllonlat_' in mod.F90
but 'history_mp_fincl_' and 'history_mp_fincl1lonlat' are there.
Is this a compiler bug or somthing? I didn't find any usefull info in for_ug1,2.pdf and for_lang.pdf so maybe there are some other sources there I could get info about the problem to understand why it happens?
Thanks,
Pavel
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recent compilers (roughly, those already isssued, with a build date in October) have had problems with EQUIVALENCE.
Message Edited by tim18 on 11-01-2004 03:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page