configure/make issues on HPUX
   
    Michael Kaipust
     
    mkaipus@qwest.com
       
    Tue Jul 30 19:20:01 2002
    
    
  
Is anyone familiar with HPUX specific tweaking for 'configure' or
'Makefile' files?
Configure is yielding numerous error messages (sample follows). Are the
errors acceptable?
     configure:2203: checking whether we are using the GNU C compiler
     configure:2224: cc -c   conftest.c >&5
     cc: "configure", line 2215: error 1000: Unexpected symbol: "me".
     cc: "configure", line 2215: error 1588: "choke" undefined.
     configure:2227: $? = 1
     configure: failed program was:
     #line 2209 "configure"
     #include "confdefs.h"
     int
     main ()
     {
     #ifndef __GNUC__
            choke me
     #endif
       ;
       return 0;
     }
     configure:2245: result: no
     configure:2251: checking whether cc accepts -g
     configure:2269: cc -c -g  conftest.c >&5
     configure:2272: $? = 0
     configure:2275: test -s conftest.o
     configure:2278: $? = 0
     configure:2288: result: yes
'Make' command gets following fatal error:
     No suffix list.
             make  all-recursive
     No suffix list.
     Making all in intl
     Making all in zlib
     Making all in util
     Making all in mpi
     Making all in cipher
             make  all-am
     Making all in tools
     Making all in g10
     Making all in keyserver
     Making all in po
     Making all in doc
     Make: line 180: syntax error.  Stop.
     *** Error exit code 1
     Stop.
     *** Error exit code 1
     Stop.