Hi,
I am working on the following environment:
AIX 4.3.3,
Oracle 8.1.6i,
Perl 5.00503 ,
DBI 1.15,
DBD-Oracle 1.0.7
I am trying to install want to install DBD-Oracle 1.0.7. After perl
Makefile.PL, make gives me the following error message:
>make
Makefile:2425: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.
I replaced the beginning spaces with a tab and became the following
error message:
>make
Makefile:2425: *** commands commence before first target. Stop.
__________________
Makefile:
# these two targets are the same as the ones above extproc_no_context
and
# extproc_with_context. They are preserved for backward compatibility.
/bin/nm -B -h -g "$$1" | grep -v ' U ' | awk '{print $$3}' |
\ <- error line
egrep -v '^\.|^TOC' | sort | uniq ; \
}; \
generate_export_list $(OBJS) > $(SHARED_LIBNAME).exp; \
$(LD) -bnoentry -bM:SRE -bE:$(SHARED_LIBNAME).exp -o
$(SHARED_LIBNAME)\
$(OBJS) -L$(ORACLE_HOME)/lib -lc_r $(OCISHAREDLIBS) $(LIBEXTP) \
$(LIBSQL) $(TTLIBS) $(DEF_OPT) $(SSDBED) $(LIBAGENT)
$(LIBEPCPT)
__________________
Any help or advice will be most welcome.
Tobias Hausmann