Lawson,

Thanks once again.

[EMAIL PROTECTED] wrote:
> 
> Tom,
> 
> Since wine is (officially) a developers'-only release, we assume in the
> README that, as a software developer you are able to compile and link X
> applications, and just tell you what _else_ you need.  Looking back in
> the mail logs, I find you were last seen with RedHat 5.2.  If that is
> still true, I think that still had gcc (I think they switched to egcs -
> which will also work - with 6.0) and you can just drop the gcc rpm in.

Yep, still running RedHat 5.2.

> 
> If you're thinking you don't have gcc because ./configure told you the
> compiler can not make executables, you might like to try it again now
> that you have glibc-devel.

You are correct again.  Previously I got an error message that led me to
believe gcc was the problem.  I just tried it again and made it through
the 'configure'.  I don't know what I loaded to make it work, but I'll
take whatever I can get.

> 
> You don't need to upgrade X just for wine.  I am still using X-3.3.1 and
> it works fine.  You do need XFree86-devel.  rpm -q XFree86-devel to see,
> I think.  Without it, X will run, but you cannot compile X programs.  It
> will not touch your X configuration:  it just has the header files and
> static libraries you might like to use for debugging.

Ok, I loaded XFree86-devel off my cheapbytes CD.  Did the Wine
'configure', lottsa stuff scrolled by and ended with:

*** Warning: X development files not found.  Wine will be built without 
*** X support, which currently does not work, and would probably not be 
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 and Xpm at the very least.

Configure finished.  Do 'make depend && make' to compile Wine.

I do that and get "bash: make: command not found"

I loaded the XFree86-devel and xpm-devel.  Why can't it find them?  What
am I doing wrong, or not understanding this time?



> 
> gcc-info?  You mean as in info [-f] gcc -->installation... ?

When I loaded gcc I got a bunch of gcc.info files (gcc.info, &
gcc.info-1 thru 25)

> to build gcc from the source, you need first to run ./configure.  It
> will be in the directory at the top of the source tree.
> Of course, you need the source.  There should be some of that in the
> SRPMS directory in your distro.  You might want
> to build a custom gcc to make a cross-compiler for some odd hardware
> platform, but in the ordinary way of things you can just use the rpm,
> or there is  at metalab.unc.edu a binary named
> /pub/Linux/GCC/gcc-2.7.2.3-glibc.bin.tar.gz which is what I use.
> 

I still never found the 'configure' file, fortunately it looks like I
don't need it anymore.

Thanks again.

Tom



> Lawson
> 
> Any sufficiently advanced bug is indistinguishable from a feature.
>                 -- Rich Kulawiec
> 
> On Wed, 15 Dec 1999, Tom Bernett wrote:
> 
> > May I jump in here?  I'm at a similar point in trying to install Wine.
> >
> > (I tried to solve this on my own, I really did.  Honest.  :o)  But I'm
> > stuck)
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > On a RedHat system, you cannot compile "Hello World!" if you don't
> have
> > > glibc-devel.  For wine you will also need xpm and xpm-devel, and
> > > XFree86, and XFree86-devel _at_least_.  ncurses and Mesa wouldn't
> hurt,
> > > but it can live without them.
> > >
> > > For make menuconfig, you also need ncurses and ncurses-devel.
> >
> > Before I can compile Wine, I need to install gcc.
> >
> > I think I now have loaded everything that Lawson lists above, plus what
> > the Wine readme and the gcc-info files call for.   I didn't
> load/upgrade
> > any XFree86 stuff for fear doing so might overwrite my configs., etc.
> > Is that a valid concern?
> >
> > The gcc-info file refers to a 'configure' file for installing gcc.  I
> > can't find that file.  Where should it be?  Where can I get it?
> >
> > Thanks.
> >
> > Tom
> >
> >
> > >
> > > All these are in handy rpm packages.  For reasons that seem good to
> > > RedHat, the library header files are almost always in a separate
> -devel
> > > rpm.
> > >
> > > Lawson
> > > =09  >< Microsoft free environment
> > >
> > > This mail client runs on Wine.  Your mileage may vary.
> > >
> > > On Tue, 14 Dec 1999, Jeremias Galletti wrote:
> > >
> > > > Hello,
> > > >=20
> > > > After learning the rudiments of Linux, I got to the point where I
> > > want=20
> > > > to compile code, eg., to create a custom kernel and to install=20
> > > > Wine. However, I ran into problems when I attempted both ... I
> have=20
> > > > Conectiva Linux 3.0 (some sort of Red Hat), with kernel
> 2.0.36-12cl.
> > > >=20
> > > > I downloaded wine-991212.tar.gz and installed it. When I tried
> to=20
> > > > run the configure script, it got to the point where it says
> > > "checking=20
> > > > for whether the C compiler (gcc) works ..." and the script
> halted=20
> > > > with the message "C compiler cannot create executables."=20
> > > >=20
> > > > I'm a DOS programmer, so I figured that maybe there was a=20
> > > > problem with the linker. After exploring the system for a while,
> I=20
> > > > discovered that the GNU linker is called ld, which was already=20
> > > > installed. Since I couldn't find any info on setting up the
> compiler=20
> > > > and/or the linker, I left it there. Any suggestions? All the
> > > programs=20
> > > > on my box have been installed with rpm, which I guess sets all
> the=20
> > > > directories and links correctly, right?
> > > >=20
> > > > Then I found the kernel sources, version 2.0.36-12cl. I installed
> > > the=20
> > > > package and followed the instructions on the README and the=20
> > > > Kernel-HOWTO. However, I couldn't run make menuconfig because=20
> > > > the script stopped with the following messages after invoking
> gcc=20
> > > > to compile lxdialog.c :
> > > >=20
> > > > dialog.h:22: sys/types.h: No such file or directory
> > > > (...)
> > > > dialog.h:25: ctype.h: No such file or directory
> > > > dialog.h:26: stdlib.h: No such file or directory
> > > > dialog.h:26: string.h: No such file or directory
> > > >=20
> > > > Why can't the compiler find the standard header files? I checked=20
> > > > with rpm and the kernel-headers package is installed. What am I=20
> > > > doing wrong?
> > > >=20
> > > > I would send an exact transcription of the error messages, but I=20
> > > > don't know how to redirect stderr to a file ... :-(
> > > >=20
> > > > Thanks in advance,
> > > >=20
> > > > Jerem=EDas Galletti
> > > >=20
> > >
> > > ___________________________________________________________________
> > > Why pay more to get Web access?
> > > Try Juno for FREE -- then it's just $9.95/month if you act NOW!
> > > Get your free software today: http://dl.www.juno.com/dynoget/tagj.
> >
> 
> ___________________________________________________________________
> Why pay more to get Web access?
> Try Juno for FREE -- then it's just $9.95/month if you act NOW!
> Get your free software today: http://dl.www.juno.com/dynoget/tagj.

Reply via email to