1825775 Members
2057 Online
109687 Solutions
New Discussion

aCC compiler

 
Martin V.
Advisor

aCC compiler

hi guys,
i wan't to compile my c plugin for red hat directory server on hp-ux 11.11 but i always get the following error message:

./Makefile.martin: INCLUDE_FLAGS: command not found
./Makefile.martin: -D_HPUX_SOURCE: command not found
./Makefile.martin: EXTRA_LIBS: command not found
./Makefile.martin: LDFLAGS: command not found
./Makefile.martin: OBJS: command not found
./Makefile.martin: all:: command not found
./Makefile.martin: OBJS: command not found
./Makefile.martin: a_testplugin.sl:: command not found
./Makefile.martin: LD: command not found
./Makefile.martin: LDFLAGS: command not found
./Makefile.martin: OBJS: command not found
./Makefile.martin: -o: command not found
./Makefile.martin: .c.o:: command not found
./Makefile.martin: line 19: syntax error near unexpected token `$<'
./Makefile.martin: line 19: ` $(CC) $(CFLAGS) -c $<'

help me, please ...

Martin V.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: aCC compiler

Shalom,

First chech the environment. SHLIB_PATH and PATH need to include the locations of these commands. You should be able to find the objects being called by looking at the makefile

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Martin V.
Advisor

Re: aCC compiler

see other thread ....
thx