Bug 61806 - math/freefem++: fix compilation on 4.x.
Summary: math/freefem++: fix compilation on 4.x.
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: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 22:30 UTC by Thierry Thomas
Modified: 2004-01-23 23:09 UTC (History)
0 users

See Also:


Attachments
file.diff (318 bytes, patch)
2004-01-23 22:30 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas 2004-01-23 22:30:18 UTC
	Freefem++ cannot be compiled by gcc 2.95.4, but it's OK with
	gcc 3.3.3 (on FreeBSD 5.2). The error message is:
	"virtual memory exhausted". Tested with or without -pipe.

	It's appears as a bug in gcc, and OK with gcc 3.2.3 on 4.x.

	(Reported by Bento via Kris)

Fix: Please apply the following patch:

--- freefem++.diff begins here ---
How-To-Repeat: 	See log on Bento at
	<http://bento.freebsd.org/errorlogs/i386-4-latest/freefem++-1.37.log>.
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-01-23 22:45:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Take.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-01-23 23:08:35 UTC
State Changed
From-To: open->closed

Committed, thanks !