Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-31 Thread Lars Nordin
On Tue, 30 May 2000, Brian T. Schellenberger wrote: The original messages suggest that it is looking for g++. Maybe you should make a link to *that*. pgcc-c++ is now installed and it does find g++ but the new error I get from configure is: checking for gcc... gcc checking whether the C

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-31 Thread Sebastian Dransfeld
On Wed, 31 May 2000, Lars Nordin wrote: configure: error: installation or configuration problem: C++ compiler cannot create executables. You need libstdc++ seb

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-31 Thread John Aldrich
On Wed, 31 May 2000, you wrote: On Tue, 30 May 2000, Brian T. Schellenberger wrote: The original messages suggest that it is looking for g++. Maybe you should make a link to *that*. pgcc-c++ is now installed and it does find g++ but the new error I get from configure is: checking for

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-31 Thread Lars Nordin
Thanks! I installed libstdc++-devel and that did the trick. Now I have to get the X and probably the KDE libs as well - I installed my Mandrake box as a desktop, not planning on doing any develpment on it. On Wed, 31 May 2000, Sebastian Dransfeld wrote: On Wed, 31 May 2000, Lars Nordin

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-30 Thread Brian T. Schellenberger
The original messages suggest that it is looking for g++. Maybe you should make a link to *that*. Lars Nordin wrote: On Thu, 25 May 2000, corey Ryan wrote: I had the same problem at one time. What I am about to suggest, you might know alreadybut I will say it anyway: 1. Make

[expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-25 Thread Lars Nordin
I'm trying to update kmail on my Mandrake v6.1 box by compiling v1.0.29.1 but I run into a problem with the configure script that comes with kmail. I have pgcc-c++ (and pgcc) installed but it does not find it nor does it seem to look for it. This is the error I get:

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-25 Thread corey Ryan
I had the same problem at one time. What I am about to suggest, you might know alreadybut I will say it anyway: 1. Make sure pgcc-c++ is installed on your system. 2. If pgcc-c++ is installed on your system, make sure the location of the program is in your path. Hopefully, this will work

Re: [expert] kmail-1.0.29.1 configure can not find pgcc-c++

2000-05-25 Thread Lars Nordin
On Thu, 25 May 2000, corey Ryan wrote: I had the same problem at one time. What I am about to suggest, you might know alreadybut I will say it anyway: 1. Make sure pgcc-c++ is installed on your system. Done. I have pgcc-c++ from MDK v6.1 installed = pgcc-c++-1.1.3-3mdk 2. If