no comments here ?

thanks
Regards

                Julien

Julien TOUCHE wrote on 24/07/2006 23:22:
 i'm trying to compile latest stable openpkg on hpux 11i v2. i've
> installed gcc4.1.1 from HP software depot, added to the path. now, i try
> to bootstrap it.
> # sh openpkg*.sh --prefix=...
> [...]
> Finding dependencies for walk.o.
>         echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
> Updating makefile...
> Now you must run 'make'.
> 
> If you compile perl on a different machine or from a different object
> directory, copy the Policy.sh file from this object directory to the
> new one before you run Configure -- this will help you with most of
> the policy defaults.
> 
> + /var/tmp/openpkg-2.20060622/make-3.81/make miniperl
> make: *** No rule to make target `miniperl'.  Stop.
> + exit 2
> + exit 2
> /openpkg.boot:ERROR: script returned non-null value
> 
> i've checked in the Makefile, and there is no miniperl target.
> so what ?
> 
it's the perl part of compiling openpkg and Makefile seems the same
between hpux and openbsd
$ egrep '(^miniperl|^EXE_EXT)' Makefile
EXE_EXT =
miniperlmain$(OBJ_EXT): miniperlmain.c patchlevel.h
miniperl$(EXE_EXT): $& miniperlmain$(OBJ_EXT) $(LIBPERL) opmini$(OBJ_EXT)

so why there is no target found ?

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to