LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Makefile in HPUX 11.11 (https://www.linuxquestions.org/questions/linux-newbie-8/makefile-in-hpux-11-11-a-4175444616/)

vishwanathmadalgi 01-08-2013 02:55 AM

Makefile in HPUX 11.11
 
Hi,
I am makeing a build for creating exe file.Using Makefile. When I execute the file with given command
make -f Makefile. I am getting following error
buildserver -rOracle_XA -o./bin/lkupexeh -fLookup.a -f../../base/common/lib/Util.a -f../../base/common/lib/NewtonHeader.a -s LOOKUP
ld: Mismatched ABI (not an ELF file) for ../../base/common/lib/Util.a
Fatal error.
CMDTUX_CAT:1832: ERROR: can't execute aCC -g +DA2.0W -Wl,+s -D__BIGMSGQUEUE_ENABLED -I$TUXDIR/include -o ./bin/lkupexeh BS-205c.c -L${TUXDIR}/lib Lookup.a ../../base/common/lib/Util.a ../../base/common/lib/NewtonHeader.a -ltux -lbuft -L${ORACLE_HOME}/${ORACLE_LIB} ${ORACLE_HOME}/precomp/${ORACLE_LIB}/cobsqlintf.o -lclntsh `cat ${ORACLE_HOME}/${ORACLE_LIB}/sysliblist` -lm -lpthread -lfml -lfml32 -lengine -lpthread -lcl -lnsl
*** Error exit code 1


I am using HP-UX Mars B.11.11 U 9000/800 1753967655 unlimited-user license
Kindly some one help me to resorve this issue

linosaurusroot 01-08-2013 04:01 AM

Assuming that your Util.a is left over from some other compile attempt:
Code:

make clean
make



All times are GMT -5. The time now is 09:05 PM.