Re: [Nmh-workers] Problem trying to build nmh from CVS on ubuntu fiesty

2007-04-30 Thread Peter Maydell
Jeffrey C Honig wrote:
Matthew Hannigan [EMAIL PROTECTED] wrote:
 Do you know that nmh is available in Feisty already?

Yes.  But it segfaults on all the commands I tried.

Have you filed an ubuntu bug about that?

-- PMM


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


[Nmh-workers] Problem trying to build nmh from CVS on ubuntu fiesty

2007-04-29 Thread Jeffrey C Honig
I followed the directions in docs/README.developer (autoheader, ...).

When I try to configure I get an error that I can trace to this entry in
config.log:

configure:2481: gcc --version 5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2484: $? = 0
configure:2491: gcc -v 5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2494: $? = 0
configure:2501: gcc -V 5
gcc: '-V' option must have argument
configure:2504: $? = 1
configure:2527: checking for C compiler default output file name
configure:2554: gccconftest.c  5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2557: $? = 1
configure:2595: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME nmh
| #define PACKAGE_TARNAME nmh
| #define PACKAGE_VERSION 1.2
| #define PACKAGE_STRING nmh 1.2
| #define PACKAGE_BUGREPORT 
| #define MHE 1
| #define BACKUP_PREFIX ,
| #define LOCKF_LOCKING 1
| #define SMTPMTS 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2602: error: C compiler cannot create executables
See `config.log' for more details.



Is the problem with the -V w/o an argument.  Or did I forgot to install
some Ubuntu package?


Thanks.

Jeff

-- 
Jeffrey C. Honig [EMAIL PROTECTED]
http://www.honig.net/jch
GnuPG ID:14E29E13 http://www.honig.net/jch/key.shtml


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] Problem trying to build nmh from CVS on ubuntu fiesty

2007-04-29 Thread Matthew Hannigan

On Sun, Apr 29, 2007 at 07:36:20PM -0400, Jeffrey C Honig wrote:
 I followed the directions in docs/README.developer (autoheader, ...).
...o


Do you know that nmh is available in Feisty already?

http://packages.ubuntulinux.org/feisty/mail/nmh

The info and patches mentioned on that page would
probably solve your problem if you still wanted to
get it from source.

Matt


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] Problem trying to build nmh from CVS on ubuntu fiesty

2007-04-29 Thread Ken Hornstein
/usr/bin/ld: crt1.o: No such file: No such file or directory

If you're missing crt1.o, then I think there is something wrong with your
gcc installation.

--Ken


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] Problem trying to build nmh from CVS on ubuntu fiesty

2007-04-29 Thread Jeffrey C Honig
Matthew Hannigan [EMAIL PROTECTED] wrote:

 
 On Sun, Apr 29, 2007 at 07:36:20PM -0400, Jeffrey C Honig wrote:
  I followed the directions in docs/README.developer (autoheader, ...).
 ...o
 
 
 Do you know that nmh is available in Feisty already?

Yes.  But it segfaults on all the commands I tried.  And I want to be
able to build and test changes to CVS.

Thanks.

Jeff

-- 
Jeffrey C. Honig [EMAIL PROTECTED]
http://www.honig.net/jch
GnuPG ID:14E29E13 http://www.honig.net/jch/key.shtml


___
Nmh-workers mailing list
Nmh-workers@nongnu.org
http://lists.nongnu.org/mailman/listinfo/nmh-workers