building nmh-1.0.3 on Solaris

2000-03-01 Thread Jacqueline Lecarme

I'm trying to build nmh-1.0.3 on a Solaris machine :

SunOS ling 5.7 Generic_106541-02 sun4u sparc

I'm using gcc 2.8.1, and I ran configure without any parameter. I get
the following error :

make[1]: Entering directory `/space/src/MH/nmh-1.0.3/uip'
gcc -s -o ali ali.o aliasbr.o ../config/version.o ../config/config.o ../sbr/libmh.a 
../mts/smtp/libsmtp.a ../zotnet/libzot.a   -lsocket -lnsl 
Undefined   first referenced
 symbol in file
context_findali.o
path../sbr/libmh.a(context_read.o)
m_mailpath  ../config/config.o
advise  ../sbr/libmh.a(ambigsw.o)
ssequal ../sbr/libmh.a(print_sw.o)
m_maildir   ../sbr/libmh.a(context_read.o)
adios   ali.o
admonish../sbr/libmh.a(readconfig.o)
copy../sbr/libmh.a(concat.o)
doneali.o
getcpy  ali.o
ld: fatal: Symbol referencing errors. No output written to ali
make[1]: *** [ali] Error 1
make[1]: Leaving directory `/space/src/MH/nmh-1.0.3/uip'
make: *** [all-recursive] Error 1

Since I did not subscribe to the list nmh-workers, please reply me
directly to the address [EMAIL PROTECTED]

Thanks in advance !

-- 

Olivier Lecarme



Re: building nmh-1.0.3 on Solaris

2000-03-01 Thread Neil W Rickert

"Jacqueline Lecarme" [EMAIL PROTECTED] wrote:

I'm trying to build nmh-1.0.3 on a Solaris machine :

SunOS ling 5.7 Generic_106541-02 sun4u sparc

I'm using gcc 2.8.1, and I ran configure without any parameter. I get
the following error :

Strange.  I build on solaris 7 (sparc) using gcc-2.8.1.  I had no
corresponding problem.

When configuring, I used

  --prefix=/opt/nmh --enable-nmh-pop

After configuring, I edited 'config.h' to change the "," to "#"
for BACKUP_PREFIX .  Apart from that there were no changes.

System:

SunOS ux 5.7 Generic_106541-08 sun4d sparc SUNW,SPARCserver-1000

Judging by your system level, you probably should install Sun
patches.  But I think that has nothing to do with your problem.
It almost looks as if the libraries were not properly built.

make[1]: Entering directory `/space/src/MH/nmh-1.0.3/uip'
gcc -s -o ali ali.o aliasbr.o ../config/version.o ../config/config.o ../sbr/libmh.a 
../mts/smtp/libsmtp.a ../zotnet/libzot.a   -lsocket -lnsl 
Undefined  first referenced
 symbolin file
context_findali.o
path../sbr/libmh.a(context_read.o)
m_mailpath  ../config/config.o
advise  ../sbr/libmh.a(ambigsw.o)
ssequal ../sbr/libmh.a(print_sw.o)
m_maildir   ../sbr/libmh.a(context_read.o)
adios   ali.o
admonish../sbr/libmh.a(readconfig.o)
copy../sbr/libmh.a(concat.o)
doneali.o
getcpy  ali.o
ld: fatal: Symbol referencing errors. No output written to ali
make[1]: *** [ali] Error 1
make[1]: Leaving directory `/space/src/MH/nmh-1.0.3/uip'
make: *** [all-recursive] Error 1

Since I did not subscribe to the list nmh-workers, please reply me
directly to the address [EMAIL PROTECTED]

Thanks in advance !

-- 

   Olivier Lecarme


 -NWR