bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS FINALLY COMPILED! (HP-UX 11i)


From: SANTOS, DANIEL (SBCSI)
Subject: CVS FINALLY COMPILED! (HP-UX 11i)
Date: Wed, 26 May 2004 18:55:25 -0500

Ok, my issues were not consistient with the docs, so I want to outline
what I had to do.

uname -m = 9000/800
uname -r = B.11.11
uname -s = HP-UX
uname -v = U

CVS Version: 1.11.16

$ gcc --version
gcc (GCC) 3.2.3

$ bison -V
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.

$ cpp --version
cpp (GCC) 3.2.3

$ cc -V 
(no output)

1st off, I did have to use --without-gssapi as stated in the INSTALL
file, the headers were there but nobody was home. Additionally, since I
did not have gmake but did have gcc, I had to explicitly set the
compiler to HP's compiler. But mostly, I had to get rid of getdate.y and
remove it from my ./lib/Makefile.in before I proceeded. In
./lib/Makefile.in I changed getdate.y to getdate.c at line 171. Then I
renamed getdate.y to getdate.y_GO_THE_FUCK_AWAY. Then I used the
following configure command:

CC=`which cc` configure --without-gssapi --verbose --enable-force-editor
--prefix=/home/dev/ldtools

of course, probably the only thing of importance here is this part:

CC=`which cc` configure --without-gssapi

When I used the gcc compiler, I got syntax errors compiling socket.h (I
lost the output of that though). When I didn't use --without-gssapi I
got a linking error in client.o that it was mising a symbol that has GSS
in it (what cued me into the gssapi thing -- fixed using
--without-gssapi). And when I didn't nix getdate.y bison barfed on it
with this:

       bison -y   `test -f 'getdate.y' || echo './'`getdate.y
conflicts: 10 shift/reduce

I hope that you can include this info somewhere to help people avoid the
errors that I got. if you need any more info, please email me. It took
me days to get all of this shit figured out!

Daniel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]