On Thu, 25 Sep 2003, Christian Fischer wrote:

> Am Mittwoch, 24. September 2003 23:53 schrieben Sie:
>
> > these functions are supposed to be in libXext.so
> > Check your Makefile.conf; it should say something like
> > LIBS=-lXxf86vm -lXext -lX11  -lslang -lm -ldl
> > perhaps
> > LIBS=-lXext -lXxf86vm -lXext -lX11  -lslang -lm -ldl
> > helps? In any case this doesn't appear to be a gcc problem.
> >
> > Bart
>
> it looks like
> LIBS=-lXxf86vm -lX11  -lslang -lm -ldl
> in my case
> LIBS=-lXxf86vm -lXext -lX11  -lslang -lm -ldl
> helps
>
> well, why
> LIBS=-lXxf86vm -lX11  -lslang -lm -ldl
> works on my gcc3.2.3-machine?

I think you're just lucky on your gcc 3.2.3 machine -- perhaps -lXxf86vm
or -lX11 automatically link the -Xext symbols.

The configure script will use -lXext if mitshm is enabled. For some reason
you're not using mitshm -- check config.log and the configure output.

But the unlikely case of not wanting mitshm but wanting xf86vm
(vidmode) should be handled anyway -- so the configure script needs to be
fixed.

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to