RE: Compiling source, was RE: [newbie] Make errors

2000-06-17 Thread Kaplan, Paul
PROTECTED] Sent: 6/14/00 7:49 PM Subject: RE: Compiling source, was RE: [newbie] Make errors Do you have the devel packages installed for both? If so, technically, it should work. Perhaps the solution is to install Mandrake. :P -Chris On Wed, 14 Jun 2000, you wrote: > Thanks, > As I indi

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Necrotica
Sent: Wednesday, June 14, 2000 4:19 PM > To: '[EMAIL PROTECTED]' > Subject: Re: Compiling source, was RE: [newbie] Make > errors > > First, upgrade your version of libstdc++. Also, I would > upgrade your &g

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread flupke
Did you compile it yourself or did you try "rpm --rebuild pack.src.rpm"? Maybe there is a BAD solution you could try : make a symlink from /usr/include/xpm.h to /usr/X11R6/include/X11/xpm.h. This is not nice, but there are chances that it works. But hopefully, someone will have a better solution.

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread David Talbot
To: '[EMAIL PROTECTED]' > Subject:Re: Compiling source, was RE: [newbie] Make >errors > > First, upgrade your version of libstdc++. Also, I would >upgrade your > version of xpm (I just checked and I'm running at

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul
ssage- From: Necrotica [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 14, 2000 4:19 PM To: '[EMAIL PROTECTED]' Subject: Re: Compiling source, was RE: [newbie] Make errors First, upgrade

RE: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Kaplan, Paul
To: [EMAIL PROTECTED] Subject: Re: Compiling source, was RE: [newbie] Make errors Use -I /usr/X11R6/include/X11. The -I path must contain the full path where the .h file exists. If the code says: #include "xpm.h&

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread Necrotica
First, upgrade your version of libstdc++. Also, I would upgrade your version of xpm (I just checked and I'm running at xpm-3.4k-8mdk). With any luck that will help. The main thing is upgrading libstdc++ - thats what is causing your compiler to tell you that it cannot compile an executable. -Chris

Re: Compiling source, was RE: [newbie] Make errors

2000-06-14 Thread laurent . duperval
On 14 Jun, Kaplan, Paul wrote: > N- > You seem quite knowledgeable about the rebuilding process so I will put to > you a question that I asked on one of the redhat lists and has yet to be > answered. > > I am trying to re-compile a recent wine release from a src.rpm file. The > ./configure scrip