64-bit builds are not supported; nor is the software likely to derive much (if any) benefit by being built in 64-bits. Building in 64-bits has worked for some people, but not for others.

I see from your transcript that you are doing a re-make. Because build arguments are recorded into configuration files in a first make, you can't pass build arguments to a re-make. I'm surprised that you are getting errors with CCTYPE and CFLAGS, but a fresh make should fix both problems.

In other words, try doing a "make clean" first, then redo your
        make h11 EXTRACFLAGS='-mt +DA2.0W +DS2.0'
command.

On Mon, 3 Mar 2008, Alla Bogolubov wrote:
Hi Marc,

Thank you for your prompt reply.

Now we are struggling to build a 64-bit version of the library on
Solaris, AIX and HP-UX OS. Has 64-bit version of c-client ever been
built? How to pass 64-bit flags to Makefile?

We receive the following error on HP-UX when trying to pass the flags
via EXTRACFLAGS:

/home/sambuild/imap-2007> make h11 EXTRACFLAGS='-mt +DA2.0W +DS2.0'
make build EXTRACFLAGS='-mt +DA2.0W +DS2.0' EXTRALDFLAGS=''
EXTRADRIVERS='mbox' EXTRAAUTHENTICATORS='' PASSWDTYPE=std SSLTYPE=nopwd
IP=4 EXTRASPECIALS='' BUILDTYPE=h11
make[1]: Entering directory `/home/sambuild/imap-2007'
Rebuilding c-client for h11...
cd c-client;make all CC=`cat CCTYPE` \
CFLAGS="`cat CFLAGS`" `cat SPECIALS`
cat: Cannot open CCTYPE: No such file or directory
cat: Cannot open CFLAGS: No such file or directory
make[2]: Entering directory `/home/sambuild/imap-2007/c-client'
You must specify what type of system
make[2]: *** [osdep.h] Error 1
make[2]: Leaving directory `/home/sambuild/imap-2007/c-client'
make[1]: *** [rebuild] Error 2
make[1]: Leaving directory `/home/sambuild/imap-2007'
make: *** [h11] Error 2


Thank you,
Alla

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Mark Crispin
Sent: Monday, March 03, 2008 1:58 PM
To: Alla Bogolubov
Cc: [email protected]
Subject: Re: [Imap-uw] IMAP client library API documentation

On Mon, 3 Mar 2008, Alla Bogolubov wrote:
Please advise where we can find API documentation.

The standard distribution of the UW IMAP toolkit is:
        ftp://ftp.cac.washington.edu/mail/imap.tar.Z

When unpacking that distribution, there is a docs/ directory inside
which
contains numerous documentation files.  As a start, read
docs/internal.txt

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.


-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to