T-Engine

Welcome to the t-engine Bug Tracker

Please note that this is a tracker for ToME 3 issues. Please list any ToME 2 issues on the ToME wiki.

For information on the wiki format used for the tickets and comments, see the Dokuwiki Syntax Reference.

Thanks,
Eric (sdltome-at-gmail:dot:com)

| Tasklist |

FS#204 - Link problem on Fedora rawhide

Attached to Project: T-Engine
Opened by Horst H. von Brand (vonbrand) - Tuesday, 20 April 2010, 08:35 GMT-7
Task Type Bug Report
Category T-Engine
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version alpha19
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The current GCC/binutils toolchain doesn’t include libraries which are linked into others autmatically, so it is now needed to add -lm to the link line.
I.e. the following patch:

— src/makefile.std 2010-04-20 10:56:18.000000000 -0400
+++ src/makefile.std.HvB 2010-04-18 19:17:39.000000000 -0400
@@ -115,7 +115,7 @@ -DSUPPORT_GAMMA \ -DUSE_PRECISE_CMOVIE \ -DUSE_UNIXSOCK
-LIBS = -lcurses -L$(X11BASE)/lib -lX11
+LIBS = -lcurses -L$(X11BASE)/lib -lX11 -lm ##

This task depends upon

Comment by Horst H. von Brand (vonbrand) - Tuesday, 20 April 2010, 08:37 GMT-7

Sorry, the patch looks awful above. Attached now.

(application/octet-stream)    patch (0.3 KiB)

Loading...