Archives of the TeradataForum
Message Posted: Fri, 16 Apr 2004 @ 21:28:25 GMT
Subj: | | Problem in using Exit Notify for bteq 64 bit on HP-UX box |
|
From: | | Yepuri, Vijay |
Hi All
I am trying to compile notify exit module for BTEQ which is 64 bit. I am geting a memory fault. Here is my make file. Can any one point out
what wrong here.
##HP-UX B.11.11 U 9000/800
INC = /usr/include
CC = gcc
COPTS = -fPIC -fno-align-functions -c -mpa-risc-2-0 -g
LDOPTS = +s +b/usr/lib/pa20_64
LIBDIR=.
COMP = $(CC) $(COPTS) -I$(INC)
TOBJS = btnfyext64.o
LIBS=btnfyext64.sl
btnfyext64.sl: $(TOBJS)
ld -b $(LDOPTS) -o $(LIBDIR)/$@ $(TOBJS) -lc -lm
btnfyext64.o: $(INC)/coptypes.h btnfyext.h btnfyext.c
$(COMP) -o $@ btnfyext.c
clean:
rm -f $(LIBDIR)/$(LIBS) $(TOBJS)
Vijay S Yepuri
Verizon,eBiz
|