Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread CVBruce
I forget the name of the command, but it allows you to select which commands are executed when the generic name is given. I'll look it up, and send it to you for documentation. Sent by Magic! On Jun 4, 2015, at 2:39 PM, René Jansen rvjan...@xs4all.nl wrote: Ok, got it, will document the

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread CVBruce
If you do an apt-cache search gcc, I think you will find a package like gcc4.8, install that and make sure that it is selected as the gcc compiler. Sent by Magic! On Jun 4, 2015, at 1:36 PM, René Jansen rvjan...@xs4all.nl wrote: That is great, Bruce. My gcc is 4.6.3 and I did and apt-get

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread René Jansen
That is great, Bruce. My gcc is 4.6.3 and I did and apt-get upgrade this afternoon. Did you do anything special to get this higher level gcc? René Sent from my iPhone On 04 Jun 2015, at 22:14, CVBruce cvbr...@gmail.com wrote: I got it to build on my RPi. I have make 3.0.2 and gcc 4.8.2

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread CVBruce
Suso update-alternatives Sent by Magic! On Jun 4, 2015, at 2:39 PM, René Jansen rvjan...@xs4all.nl wrote: Ok, got it, will document the process. Indeed gcc 4.8.2 works. Need to do: sudo apt-get install gcc-4.8 g++-4.8 Then changes the symlinks in /usr/bin: cd /usr/bin rm gcc

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread Enrico Sorichetti
Hello René, probably instead of going for the CMAKE bleeding edge it would be safer to download the stable 3.2.3 which is available for all the platforms needed http://www.cmake.org/download/ I usually download the source and build it myself takes about 15 minutes right now I use

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread René Jansen
Hi Enrico, Hmm, interesting... Now I am missing less, but still two short. Linking CXX executable bin/rexx bin/librexx.so.5.0.0: undefined reference to `operator new(unsigned long)' bin/librexxapi.so.5.0.0: undefined reference to `operator new[](unsigned long)' clang: error: linker command

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread Rick McGuire
It looks like you are using the GCC version with the namespace linker bug. Rick On Thu, Jun 4, 2015 at 3:23 PM, René Jansen rvjan...@xs4all.nl wrote: Hi Enrico, thanks for the pointer. Did that, downloaded source and built cmake 3.2.3. Let it generate a new makefile in a clean directory.

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread René Jansen
Hi Enrico, thanks for the pointer. Did that, downloaded source and built cmake 3.2.3. Let it generate a new makefile in a clean directory. Exact same error though, (83% according to this cmake level), linking of executable fails: Scanning dependencies of target rexx_exe [ 83%] Building CXX

Re: [Oorexx-devel] building ooRexx 5 on the Raspberry Pi fails - notes

2015-06-04 Thread Enrico Sorichetti
Hello René , the closest I have to debian is UBUNTU 14.04 LTS I just checked. apart gazillions of warnings, it build without errors cheers enrico -- ___ Oorexx-devel mailing