From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: XFree86 4.1.0, Linux/ia64, and various video cards
Date: Thu, 26 Jul 2001 21:13:37 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005936@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
Branden Robinson (branden@progeny.com) said:
> The tests were conducted using a patched version of 4.1.0 for Debian and
> Progeny that works around a problem with PIC symbols being absent in static
> libraries, which powerpc, ia64, and hppa (among possible others) do not
> tolerate. At the same time, PIC symbols in X server modules cause the X
> server to segfault. I'll be submitting this patch to XFree86 shortly.
That's easily fixed with config hackery. I'm surprised this hasn't
been added yet.
Bill
[-- Attachment #2: XFree86-4.0.1-pic.patch --]
[-- Type: text/plain, Size: 643 bytes --]
--- XFree86-4.0.1/xc/config/cf/Imake.rules.shared Tue Sep 26 02:25:48 2000
+++ XFree86-4.0.1/xc/config/cf/Imake.rules Tue Sep 26 02:13:57 2000
@@ -2015,11 +2015,11 @@
* NormalLibObjCompile - compile fragment for a normal library object file
*/
#ifndef NormalLibObjCompile
-#define NormalLibObjCompile(options) ObjectCompile(options)
+#define NormalLibObjCompile(options) ObjectCompile(options $(PICFLAGS))
#endif
#ifndef NormalLibObjCplusplusCompile
-#define NormalLibObjCplusplusCompile(options) ObjectCplusplusCompile(options)
+#define NormalLibObjCplusplusCompile(options) ObjectCplusplusCompile(options $(PICFLAGS))
#endif
/*
next reply other threads:[~2001-07-26 21:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-26 21:13 Bill Nottingham [this message]
2001-07-27 0:06 ` [Linux-ia64] Re: XFree86 4.1.0, Linux/ia64, and various video cards Branden Robinson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590693005936@msgid-missing \
--to=notting@redhat.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox