Bug 57574 - [patch] lang/ifc: fix undefined reference to `__sigsetjmp'
Summary: [patch] lang/ifc: fix undefined reference to `__sigsetjmp'
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: 2003-10-04 14:00 UTC by Masakazu HIGAKI
Modified: 2003-10-08 01:46 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.47 KB, patch)
2003-10-04 14:00 UTC, Masakazu HIGAKI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masakazu HIGAKI 2003-10-04 14:00:34 UTC
	IFC fails to link when invoked with -ax or -x option
	because a static library of ifc has an unresolved symbol, __sigsetjmp.
	The following is an example of error messages:

	test.f90(1) : (col. 0) remark: main has been targeted for automatic cpu dispatch.
	/usr/local/intel/compiler70/ia32/lib/libirc.a(cpu_disp.o): In function `has_osfxsr_set':
	cpu_disp.o(.text+0xea): undefined reference to `__sigsetjmp'

Fix: Please consider applying the patch:
How-To-Repeat: 	ifc -axK foobar.f90
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-04 17:43:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2003-10-08 01:46:17 UTC
State Changed
From-To: open->closed

Committed, thanks!