Hyperion Essbase (MOSC)

MOSC Banner

C API 11.1.2.1 make file ld: 0711-738 ERROR: Input file /lib/crt0.o: XCOFF32 object files are not al

edited Mar 5, 2014 11:37AM in Hyperion Essbase (MOSC) 3 commentsAnswered

Hi,

I try to link and compile my C-code for Essbase C-API on EPM 11.1.2.1 based on AIX 7.1 ML 2

with this make file:

#ESSBASEPATH=/opt/epmsystem/11.1.2.1/EPMSystem11R1/products/Essbase/EssbaseClient

#ESSBASEPATH=/opt/epmsystem/11.1.2.1/EPMSystem11R1/products/Essbase/EssbaseClient-32

#ESSBASEPATH=/opt/epmsystem/11.1.2.1/EPMSystem11R1/common/EssbaseRTC/11.1.2.0/bin

ESSBASEPATH=/opt/epmsystem/11.1.2.1/EPMSystem11R1/common/EssbaseRTC-64/11.1.2.0/bin

CC=/usr/vac/bin/cc_r

# Compiler Flags
CFLAGS = -qcpluscmt -I$(ESSBASEPATH) -g -q64 -DAIX64 -DBIT64

# Library files;
LIBS = -L/usr/ccs/lib/crt0_64.o -L$(ESSBASEPATH) -lessapinuS  -lessotlnuS -lessgapinuS -b64

get_filter_localhost: get_filter_localhost.o        
$(CC) -bnoquiet -o $@ $^ $(LIBS) 

get_filter_localhost.o: get_filter_localhost.c        

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center