[vchkpw] 5.40 configure errors

2004-02-11 Thread patrick . liechty








I am trying to compile Vpopmail 5.40 on Solaris 9
Intel. I am getting configure
errors. I tried running configure
with version 5.21 and it works fine.
It looks like the new version uses C++ instead of just C. Here are the errors:



Bash-2.05# ./configure --prefix=/opt/vpopmail
--enable-logging=y

checking for a
BSD-compatible install... /usr/bin/ginstall -c

checking whether
build environment is sane... yes

checking for gawk...
gawk

checking whether
make sets ${MAKE}... yes

checking build
system type... i386-pc-solaris2.9

checking host system
type... i386-pc-solaris2.9

checking for g++...
g++

checking for C++
compiler default output... a.out

checking whether the
C++ compiler works... configure: error: cannot run C++ compiled programs.

If you meant to cross compile, use `--host'.



Patrick Liechty 











Notice:  The information contained in this message may be privileged, confidential, and protected from disclosure.  If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited.  If you have received this communication in error, please notify us immediately by replying to this message, and then delete it from your computer.  All e-mail sent to this address will be received by the Aurum Technology corporate e-mail system and is subject to archiving and review by someone other than the recipient. 




Re: [vchkpw] 5.40 configure errors

2004-02-11 Thread Tom Collins
On Feb 11, 2004, at 11:26 AM, [EMAIL PROTECTED] wrote:
I am trying to compile Vpopmail 5.40 on Solaris 9 Intel.  I am getting 
configure errors.  I tried running configure with version 5.21 and it 
works fine.  It looks like the new version uses C++ instead of just 
C.  Here are the errors:
Actually, we don't use C++.

Can you try removing the line AC_PROG_CXX from your configure.in, 
then run autoconf to recreate configure.  After that, run configure and 
see whether you still get that error.

Let me know if it solves the problem and I'll update the master source 
tree.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/


RE: [vchkpw] 5.40 configure errors

2004-02-11 Thread patrick . liechty
Title: RE: [vchkpw] 5.40 configure errors





I did as you said and configure completed successfully.


Thanks.


-Original Message-
From: Tom Collins [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 11, 2004 2:27 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] 5.40 configure errors


On Feb 11, 2004, at 11:26 AM, [EMAIL PROTECTED] wrote:
 I am trying to compile Vpopmail 5.40 on Solaris 9 Intel.  I am getting 
 configure errors.  I tried running configure with version 5.21 and it 
 works fine.  It looks like the new version uses C++ instead of just 
 C.  Here are the errors:


Actually, we don't use C++.


Can you try removing the line AC_PROG_CXX from your configure.in, 
then run autoconf to recreate configure. After that, run configure and 
see whether you still get that error.


Let me know if it solves the problem and I'll update the master source 
tree.


--
Tom Collins - [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter handheld Network Tester: http://sniffter.com/



Notice: The information contained in this message may be privileged, confidential, and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to this message, and then delete it from your computer. All e-mail sent to this address will be received by the Aurum Technology corporate e-mail system and is subject to archiving and review by someone other than the recipient.