Bug 66514 - lang/ifc fails to link program which contains "pause"
Summary: lang/ifc fails to link program which contains "pause"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-11 09:00 UTC by Yuri Khotyaintsev
Modified: 2004-05-26 15:46 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Khotyaintsev 2004-05-11 09:00:42 UTC
[yuri@ice][~/ttt]$ pkg_info -W /usr/local/intel_fc_80/bin/ifort
/usr/local/intel_fc_80/bin/ifort was installed by package ifc-8.0.039.p044.1
[yuri@ice][~/ttt]$ cat test.f
        write(*,*) "Hello"
        pause
        end
[yuri@ice][~/ttt]$ /usr/local/intel_fc_80/bin/ifort test.f
/usr/local/intel_fc_80/lib/libifcore.a(for_pause.o): In function `for_pause':
for_pause.o(.text+0xb3): undefined reference to `_IO_putc'
for_pause.o(.text+0x17c): undefined reference to `_IO_getc'
for_pause.o(.text+0x242): undefined reference to `_IO_putc'
   
The program links OK if I remove PAUSE.

Fix: 

No idea.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-11 09:01:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer.
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2004-05-26 15:45:44 UTC
State Changed
From-To: open->closed

PR 67127 solved this problem implicitly. 
thank you very much for your report.