digitalmars.D.bugs - [Issue 4829] New: Linux build fails
- d-bugmail puremagic.com (20/20) Sep 06 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4829
- d-bugmail puremagic.com (10/10) Dec 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=4829
- d-bugmail puremagic.com (10/10) Dec 31 2012 http://d.puremagic.com/issues/show_bug.cgi?id=4829
- d-bugmail puremagic.com (13/13) Jan 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=4829
- d-bugmail puremagic.com (11/11) Jan 03 2013 http://d.puremagic.com/issues/show_bug.cgi?id=4829
http://d.puremagic.com/issues/show_bug.cgi?id=4829
Summary: Linux build fails
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: arkangath gmail.com
PDT ---
Created an attachment (id=749)
Patch to fix
You forgot to add -lm to the makefile to link in the math library. Link fails
due to unresolved references to pow, floor, etc. Unsure if DMD1 fails.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 06 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4829
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich gmail.com
13:57:33 PST ---
Is this fixed now?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 20 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4829
SomeDude <lovelydear mailmetrash.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lovelydear mailmetrash.com
PST ---
I guess this should be closed ?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 31 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4829
hsteoh quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hsteoh quickfur.ath.cx
Resolution| |FIXED
I'm just going to close this; the latest posix.mak doesn't have this problem
(-lm is correctly added to LDFLAGS).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 03 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4829
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
Resolution|FIXED |WORKSFORME
22:12:00 PST ---
If a problem was fixed elsewhere, should be marked as WORKSFORME.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 03 2013









d-bugmail puremagic.com 