Hi, On Thu, 17 Jan 2008, H.Merijn Brand wrote: > On Thu, 17 Jan 2008 16:58:36 +0000 (GMT), Johannes Schindelin > <Johannes.Schindelin@xxxxxx> wrote: > > > On Thu, 17 Jan 2008, H.Merijn Brand wrote: > > > > > * Have to force use of /usr/local/bin/perl, otherwise it picks up > > > /usr/bin/perl which the build system doesn't like. > > > > This should be handled in your patch to Makefile IMHO. > > You mean this: ? > --8<--- > --- Makefile.orig 2007-12-17 07:03:21 +0100 > +++ Makefile 2007-12-17 18:04:37 +0100 > @@ -401,6 +401,19 @@ EXTLIBS = > # because maintaining the nesting to match is a pain. If > # we had "elif" things would have been much nicer... > > +ifeq ($(uname_S),HP-UX) > + # HP-UX > + BASIC_LDFLAGS += -L/usr/local/ssl/lib -L/usr/local/lib > +# EXTLIBS += -lc_r -lgcc > + NO_HSTRERROR = YesPlease > + NO_ICONV = YesPlease > + NO_INET_NTOP = YesPlease > + NO_INET_PTON = YesPlease > + NO_UNSETENV = YesPlease > + NO_STRTOULL = YesPlease > + NO_STRTOUMAX = YesPlease > + NO_PREAD = YesPlease > +endif Almost: + PERL_PATH = /usr/local/bin/perl > -->8--- > > Note that this was on HP-UX 11.00/32. A 64bit env on 11.23/64 IPF will be > different. > > I had no problem with my perl, as I specifically told that on the configure > line: > > $ ./configure --prefix=/pro/local --disable-nls --without-iconv --with-perl=/pro/bin/perl I guess that my suggestion doesn't work... Your perl is not in /usr/local/bin... Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html