Le 13 mai 2010 à 22:18, Mahadeo, Resham a écrit :

> Hi,
>    I am trying to install bison-2.4.2 on a HP hpux11.23 server
> And is getting the above error. Doing some research I found
> That there may be some mismatch between 32 bit and 64 bit
> Load libs. Would appreciate any help you can give. Thanks

Hi,

It looks very much like your gcc is broken and cannot compile simple programs.  
Unless I'm mistaken, the following will fail:

echo "int main (void) { return 0; }" > /tmp/foo.c
gcc /tmp/foo.c -o /tmp/foo

There is little we can do, you have to fix your gcc.

The problem might be with empty compilation units (if your extract from 
config.log is really complete and did not cut the report of conftest.c too 
soon).  Try this too.

: >/tmp/empty.c
gcc empty.c -o empty


Reply via email to