digitalmars.D.bugs - [Bug 27] New: undefined reference to: __ULLNGDBL
- d-bugmail puremagic.com (34/39) Mar 08 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=27
- d-bugmail puremagic.com (9/9) Mar 20 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=27
http://d.puremagic.com/bugzilla/show_bug.cgi?id=27
Summary: undefined reference to: __ULLNGDBL
Product: D
Version: 0.149
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: link-failure
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: walter digitalmars.com
ReportedBy: thomas-dloop kuehne.cn
Fails to link with "-O".
dmd -O a.d
gcc a.o -o a -lphobos -lpthread -lm -Xlinker -L/opt/dmd/dmd/lib
a.o: In function `_Dmain':
a.d:(.gnu.linkonce.t_Dmain+0x33): undefined reference to `__ULLNGDBL'
collect2: ld returned 1 exit status
--- errorlevel 1
test case:
http://dstress.kuehne.cn/run/i/ieee_754_int2flt_F.d
--
Mar 08 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=27
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed 0.150
--
Mar 20 2006








d-bugmail puremagic.com