Make is broken on AIX. Download gnu-make from your nearest mirror.

--Neil

> -----Original Message-----
> From: Tobias Hausmann [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 07, 2001 8:03 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: DBD-Oracle 1.0.7/AIX make problem
> 
> 
> 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
> 

__________________________________________________________________________
Please Note :
Only  the intended recipient is authorised to access or use this e-mail.  If
you are not the intended recipient,
please delete this e-mail and notify the sender immediately.   The contents
of this e-mail are the writer's 
opinion and are not necessarily endorsed by the Gunz Companies unless
expressly stated.

We use virus scanning software but exclude all liability for viruses or
similar in any attachment.


Reply via email to