Changes between Initial Version and Version 1 of Ticket #956
- Timestamp:
- May 7, 2014, 6:43:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #956 – Description
initial v1 9 9 ${CC} dummy.c -lrt -libpthread 10 10 }}} 11 works just fine. 11 works just fine. I've been trying to find the cause for this, with assistance from William Harrington in the chat room, who suspects there might be a problem with -rpath or something similar. Compiling Glibc with LDFLAGS="-Wl,rpath,/tools/lib:${CLFS}/tools/lib" does not seem to help, though. 12 12 13 13 I have a patch with the changes I've made so far on my local copy - http://www.cross-lfs.org/~chris/no-tools.patch