Compiling gawk-3.1.3 on HP-UX 10.20 (dlopen...)

From: Johannes Raspe (j.raspe_at_t-online.de)
Date: 06/21/04

  • Next message: Kenny Becker: "ST318418N for sale"
    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


  • Next message: Kenny Becker: "ST318418N for sale"