Bug 57574

Summary: [patch] lang/ifc: fix undefined reference to `__sigsetjmp'
Product: Ports & Packages Reporter: Masakazu HIGAKI <higamasa>
Component: Individual Port(s)Assignee: Maho Nakata <maho>
Status: Closed FIXED    
Severity: Affects Only Me CC: maho
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!