Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)
From: Johannes Raspe (j.raspe_at_t-online.de)
Date: 06/21/04
- Previous message: Mike Stroyan: "Re: Slow Process Start with HPUX 11i"
- Next in thread: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Reply: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Reply: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Jun 2004 20:21:10 +0200
Hi all,
trying to compile gawk-3.1.3 on HP-UX 10.20 gmake stops with the
follwing error:
gcc -O -D_INCLUDE_POSIX_SOURCE -o gawk array.o awkgram.o builtin.o
ext.o field.o gawkmisc.o getopt.o getopt1.o io.o main.o msg.o node.o
random.o re.o regex.o replace.o version.o eval.o
profile.o ./intl/libintl.a -lm
/usr/ccs/bin/ld: Unsatisfied symbols:
dlerror (code)
dlopen (code)
dlsym (code)
collect2: ld returned 1 exit status
gmake[2]: *** [gawk] Error 1
gmake[2]: Leaving directory `/ideas/temp/gawk-3.1.3'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/ideas/temp/gawk-3.1.3'
gmake: *** [all] Error 2
I have the suspect, that HP-UX does not "inlude" dlopen, dlerror and
dlsym. But how to get around this ??
Thanks Johannes
- Previous message: Mike Stroyan: "Re: Slow Process Start with HPUX 11i"
- Next in thread: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Reply: jignaasu: "Re: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Reply: Johannes Raspe: "SOLVED: Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]