bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] undefined symbol (major, minor) on Solaris11


From: Aharon Robbins
Subject: Re: [bug-gawk] undefined symbol (major, minor) on Solaris11
Date: Mon, 10 Jun 2013 21:39:25 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Hi.

> Date: Mon, 10 Jun 2013 18:18:54 +0900
> Subject: Re: [bug-gawk] undefined symbol (major, minor) on Solaris11
> From: ICHII Takashi <address@hidden>
> To: Aharon Robbins <address@hidden>
> Cc: address@hidden
>
> Hi Arnold,
>
> > diff --git a/extension/configh.in b/extension/configh.in
> > index 8da6930..f23d4da 100644
>
> I couldn't determine which version your patch is based on,
> but it's easily applied to the tree from gawk-4.1.0.tar.gz.
> It works fine!

Great. I've applied the patch and pushed it.

> On git head (d52d17b), another problem happens:
> ===
> libtool: compile:  /opt/solstudio/bin/cc -DHAVE_CONFIG_H -I. -I./..
> -m64 -Xc -c readdir.c  -KPIC -DPIC -o .libs/readdir.o
> "readdir.c", line 100: undefined symbol: PATH_MAX
> ===
> PATH_MAX is defined in /usr/include/limits.h.

OK. I've pushed the appropriate changes for this as well.  The right
recipe is

        make distclean  # for best results
        git pull
        ./bootstrap.sh
        ./configure && make && make check

> Please note that I'm not very familiar to Solaris/Sun Compilers :)

No problem.

Thanks for the reports.

Arnold



reply via email to

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