Re: undefined reference to `__strtoll'

2010-02-12 Thread Bob Proulx
Dave Moore wrote: > I didn't read this carefully -- should I try the patch you suggested > before we do anything else? Yes. (Dave and I had some private email exchange where we discussed the contents of on his system. I see that he is suffering from the bug that I described.) The problem is

Re: undefined reference to `__strtoll'

2010-02-12 Thread Dave Moore
Bob, I didn't read this carefully -- should I try the patch you suggested before we do anything else? -dave On Thu, Feb 11, 2010 at 16:43, Bob Proulx wrote: > Greg Wooledge wrote: > > Dave Moore wrote: > > > Machine: hppa2.0w > > > OS: hpux11.00 > > > Compiler: gcc > > > ... > > > My version

Re: undefined reference to `__strtoll'

2010-02-12 Thread Dave Moore
How do I configure the linker to use the system linker instead of gnu LD? I really appreciate the replies! -dave On Thu, Feb 11, 2010 at 15:49, Greg Wooledge wrote: > On Thu, Feb 11, 2010 at 12:58:46PM -0500, Dave Moore wrote: > > Machine: hppa2.0w > > OS: hpux11.00 > > Compiler: gcc > > > Bas

Re: undefined reference to `__strtoll'

2010-02-12 Thread Dave Moore
Hi, So how do I compile the 32-bit version of bash? Should I uninstall the GCC compiler I have and goto 3.4.6 like an earlier poster? -dave On Thu, Feb 11, 2010 at 16:43, Bob Proulx wrote: > Greg Wooledge wrote: > > Dave Moore wrote: > > > Machine: hppa2.0w > > > OS: hpux11.00 > > > Compil

Re: undefined reference to `__strtoll'

2010-02-11 Thread Bob Proulx
Greg Wooledge wrote: > Dave Moore wrote: > > Machine: hppa2.0w > > OS: hpux11.00 > > Compiler: gcc > > ... > > My version of GCC is > > > gcc -v > > Using built-in specs. > > Target: hppa64-hp-hpux11.00 > > Configured with: ../src/configure --enable-languages=c,c++ > > --prefix=/usr/local/pa20_64 -

Re: undefined reference to `__strtoll'

2010-02-11 Thread Greg Wooledge
On Thu, Feb 11, 2010 at 12:58:46PM -0500, Dave Moore wrote: > Machine: hppa2.0w > OS: hpux11.00 > Compiler: gcc > Bash Version: 4.1 > Patch Level: 0 I don't have an HP-UX 11.00 machine to test on, but: > I'm having trouble compiling bash on HP-UX 4.1. I can't figure out how to > work around it.