In the makefile it has lines like the following: av$(OBJ_EXT): <built-in>
I don't know what are they for!? How can I correct this problem? -----Original Message----- From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 2 de Dezembro de 2002 13:23 To: Carlos Barroso Cc: [EMAIL PROTECTED] Subject: Re: Problem installing perl+dbi+dbd-oracle on HP-UX Possibly due to errors in Oracle's own Makefile' (which DBD::Oracle copies chunks of). What do those lines in the generated Makefile say (and pay special attention to whether lines start with spaces or tabs). Tim. On Mon, Dec 02, 2002 at 12:35:52PM -0000, Carlos Barroso wrote: > Hy. > I'm trying to compile and install perl 5.6.1 on HP-UX. > When I run "make" it gives me the following error: > > Bad character > (octal 76), line 679Make: . Stop. > > I thought it was because of the "make" binary. So I installed > the depot "gmake", and now it gives me the following error: > > make: *** No rule to make target `<built-in>', needed by > `miniperlmain.o'. Stop. > > > Has anyone had this problem? Does anyone know how to solve this. Without > perl > I can't use DBI and DBD-Oracle. > Can someone please help me.