hi

i'm trying to build UW Imap 2004g on HP-UX 11i using the HP C/Ansi C compiler.

the compiler issues a huge number of warnings (2400+) and then the compilation aborts due to linking errors with the mtest program.

here's the error message:

`cat ../c-client/CCTYPE` -I../c-client `cat ../c-client/ CFLAGS` -o mtest mtest.o ../c-client/c-client.a `cat ../c-client/ LDFLAGS`
ld: Can't find library or mismatched ABI for -lnet
Fatal error.
*** Error exit code 1

Stop.


here's how i'm building UW Imap:

gtar zxf p3/imap-2004g.tar.Z
cd imap-2004g
cp src/osdep/unix/Makefile src/osdep/unix/Makefile.orig
rm -f src/osdep/unix/Makefile
export OPENSSLDIR=/opt/kronodoc/openssl/kb3406
sed -e "s:^SSLDIR=/usr/local/ssl:SSLDIR=$OPENSSLDIR:" \
-e "s:^SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=$INSTPREFIX/openssl/ certs:" \
  src/osdep/unix/Makefile.orig > src/osdep/unix/Makefile
CC=cc make hpx EXTRACFLAGS="+DA2.0W +DS2.0 +Z"

is this the right way to build on HP-UX? (i need to build 64-bit binaries and use the HP compiler)

here's the platform details:
- UW Imap 2004g
- HP-UX 11i v1 (PA-RISC)
- HP C/Ansi C compiler B.11.11.12


any ideas on what's causing the build to fail?

what about the compiler warnings, should i be worried about them (please see the attached typescript for details)?

--
        aspa

Attachment: uwimap-4.script.gz
Description: GNU Zip compressed data


_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to