Re: Static GLX extension?

2003-11-20 Thread Frank Gießler
David Dawes wrote: There are no standard build switches for selectively building in extensions. It would be easier to build a completely static server I tried that. Unfortunately, my linker segfaults when linking the server. That's why I want only GLX to be static. Thanks, Frank. -- Frank

Static GLX extension?

2003-11-19 Thread Frank Gießler
Hi all, I need some help. For debugging purposes I want to build a server that is loadable, except for the glx module which should be statically linked in. How do I do this? TIA, Frank. -- Frank Giessler Klinikum der Universitaet Jena Tel.: +49-3641-9 32 57 80 Biomagnetisches

Re: Static GLX extension?

2003-11-19 Thread David Dawes
On Wed, Nov 19, 2003 at 09:01:32AM +0100, Frank Gießler wrote: Hi all, I need some help. For debugging purposes I want to build a server that is loadable, except for the glx module which should be statically linked in. How do I do this? You'll need to modify Xserver/Imakefile to include the