Re: [Bug-apl] Linker error libstdc++ vs Libc++ (maybe) SOLVED

2014-05-07 Thread Peter Teeson
Previously I said "OK I spent some time digging around and maybe I understand a bit more." and also "Not totally confident that I have analyzed this correctly. What do you think?" Well here is a better analysis which I do feel more confident about. The version of gettext I had previously instal

Re: [Bug-apl] Linker error libstdc++ vs Libc++

2014-05-07 Thread Elias Mårtenson
The way configure is supposed to work is that it tests if it's possible to build with a library, and it will deselect it if it doesn't work. Also, as far as I can tell, this issue only occurs if one has built gettext prior to upgrade to 10.9. In this particular case, it seems reasonable for config

Re: [Bug-apl] Linker error libstdc++ vs Libc++

2014-05-07 Thread Peter Teeson
We probably want to do that at some time anyway but IMHO a simpler solution is to make the default in configure be --without-nls. Particularly in view of Jürgen's comments. So if somebody wants NLS they have to be intentional. Either way it's no big deal to just add it or remove it at ./configur

Re: [Bug-apl] Linker error libstdc++ vs Libc++

2014-05-07 Thread Elias Mårtenson
How about we build an binary package for OSX? Another alternative is a Hombrew recipe. Regards, Elias On 7 May 2014 19:22, "Juergen Sauermann" wrote: > Hi Peter, > > when I first looked at internationalization my impression was that it > could be a good idea, > in particular for ⎕NLT. > > After

Re: [Bug-apl] Linker error libstdc++ vs Libc++

2014-05-07 Thread Juergen Sauermann
Hi Peter, when I first looked at internationalization my impression was that it could be a good idea, in particular for ?NLT. After that saw a number of problems with translation and locales, and I was several times close to removing it again (and I may actually do that at some point in time

Re: [Bug-apl] Linker error libstdc++ vs Libc++

2014-05-05 Thread Peter Teeson
Hi Jürgen: OK I spent some time digging around and maybe I understand a bit more. Based on the details below it is my understanding that •gettext was built using libstdc++ •but GNU APL was built using libc++ And so we have incompatible binaries. On OS X 10.8 I had previously, ins

[Bug-apl] Linker error libstdc++ vs Libc++

2014-05-03 Thread Peter Teeson
Sigh….. Tracking down something in nabla I decided to start absolutely clean and did a new SVN checkout. I did the usual ./configure followed by make and got this: ….. Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from: _main in apl-main.o "_libintl_get