[EMAIL PROTECTED] wrote:
>
<snip>
>
> OOPS! Any time you add something ./configure was looking for, it is a
> good idea to rm config.cache where it stored the answers to its
> questions.
Yes, I knew to do that.
I finally got the Wine compile to complete. (Man, just watching the
compile in a Terminal shows the complexity/size of the effort involved.
Whew!) Earlier I tried loading (twice) XFree86-devel but it didn't show
up in rpm -q or in the update.log. I tried loading it again and also
loaded XFree86-libs and it worked, and Wine compiled.
So, now I'm into the setup.
>
> Make sure you have a /usr/include/X11, with lots of files in it.
> Usually it will be a symbolic link to /usr/X11/include/X11. I think rpm
> should have taken care of that. If you have _any_ files in
> /usr/local/include, /usr/local/include/X11 should point to the same
> place.
>
> ln -s /usr/X11R6/include/X11 /usr/include/X11
> ln -s /usr/X11R6/include/X11 /usr/local/include/X11
>
> I am not sure that is it, but try
>
> rm config.cache
> ./configure --enable-dll
>
> >
> > Configure finished. Do 'make depend && make' to compile Wine.
> >
> > I do that and get "bash: make: command not found"
>
> You don't want to do that yet anyway, until you can get ./configure to
> find X. Maybe a little later when Patrik Stridvall will have the
> graphics/ttydrv a little better developed, wine can run some things
> without X, but not yet. Well, I think he's got calculator working.
>
> make is also in an rpm unto itself.
<Sigh> I shoulda' known..... #:-\
Thanks again,
Tom