Operating System - HP-UX
1827730 Members
2915 Online
109968 Solutions
New Discussion

Re: problem compiling programs under hpux11.11

 
SOLVED
Go to solution
ranganath ramachandra
Esteemed Contributor

Re: problem compiling programs under hpux11.11

try aCC if you have it.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

Julien_13
New Member

Re: problem compiling programs under hpux11.11

Here is the solution (there were missing LIBS flags) :
LIBPATH = -L/opt/OV/lib
SNMP_LIBPATH = -L /opt/IXImd12s/lib
CFLAGS = -g -w -I/opt/OV/include -I. $(SNMP_LIBPATH) -L /opt/OV/lib -L /usr/dt/lib
LIBS = -lovsnmp -lovw -lov -lnsl -lstd -lstream -lCsup -lm -lcl -ldld
CC = /usr/local/bin/gcc