[xorg-bugzilla-noise] [Bug 1054] New: dlloader modules are linked
against the system libraries
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 11 23:08:24 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1054
Summary: dlloader modules are linked against the system libraries
Product: xorg
Version: CVS_head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Loader / dlloader
AssignedTo: ajax at nwnk.net
ReportedBy: ajax at nwnk.net
CC: xorg-bugzilla-noise at freedesktop.org
we don't build DSOs with -nostdlib. the resulting driver objects are linked
against the system libc and ld.so, which will certainly break binary module
portability. that's not cool.
i hacked the imake rules to use -nostdlib - and dlloader objects work fine that
way - but that's probably not the right word for it if $(CC) != gcc.
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the xorg-bugzilla-noise
mailing list