bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] Gawk 4.1.0 released


From: Hermann Peifer
Subject: Re: [bug-gawk] Gawk 4.1.0 released
Date: Thu, 16 May 2013 08:23:39 -0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5

On 2013-05-10 8:08, none Aharon Robbins wrote:

The usual GNU build incantation should be used:

        tar -xpvzf gawk-4.1.0.tar.gz
        cd gawk-4.1.0
        ./configure && make && make check

Bug reports should be sent to address@hidden

Enjoy!

Arnold Robbins (on behalf of all the gawk developers)
address@hidden

For the sake of the exercise, I followed the above steps and ended up with:

(...)
gcc -g -O2 -DNDEBUG -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o dfa.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o getopt.o getopt1.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o random.o re.o regex.o replace.o str_array.o symbol.o version.o -lreadline -lm -lm
Undefined symbols for architecture x86_64:
  "_history_list", referenced from:
      _serialize in debug.o
      _do_save in debug.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [gawk] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Strange enough, everything works out fine when compiling in my local git repository:

$ git pull && ./bootstrap.sh && ./configure --prefix=$HOME/local --with-mpfr=/opt/local && make check

(...)
ALL TESTS PASSED


I am using a MacBook:

$ uname -a
Darwin moby 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64 i386 MacBookAir4,2 Darwin


Regards, Hermann



reply via email to

[Prev in Thread] Current Thread [Next in Thread]