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] [OT] MYSQL

2015-06-04 Thread Rony G. Flatscher
Terry, it would be nice to have that in public, e.g. on the RexxLA list or the ooRexx user list. This way search engines can turn up this conversation at later times. Personally, in additon to NetRexx, I would also add/hint at Mark Hessling's RexxSQL and BSF4ooRexx. The problem solution

Re: [Oorexx-devel] [OT] MYSQL

2015-06-04 Thread Terry Fuller
Rony, I agree that it's interesting;-) , but at the moment it's just discussion on install/use of MySQL server and client. If it turns onto ooRexx and RexxSQL I'll move it to the general rexx discussion list. On 2015-06-04 11:06, Rony G. Flatscher wrote: Terry, it would be nice to have

Re: [Oorexx-devel] [OT] MYSQL

2015-06-04 Thread Terry Fuller
I'll take this off list. Dan and Michael, if you'd like to be copied on the traffic, let me know. On 2015-06-04 07:21, René Jansen wrote: Dan, In know this is nearly sacrilegious on this list, and let’s move it off to somewhere else, but I need to tell you that NetRexx offers quite some

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

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

2015-06-04 Thread René Jansen
hw: Raspberry Pi 2, 4* ~1Ghz ARM, 3.18 SMP PREEMPT armv71 GNU/Linux (1) the installed cmake from the debian repository is 2.8.9 and too low for ooRexx, git clone git://cmake.org/cmake.git and building it sets you back half an hour. There is no binary download. (2) cmake 3.3.2 generates the

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] MYSQL

2015-06-04 Thread René Jansen
Dan, In know this is nearly sacrilegious on this list, and let’s move it off to somewhere else, but I need to tell you that NetRexx offers quite some advantages in the JVM/J2EE world, by being Java. If you want to get to know web containers, jdbc, messaging and jsp/javascript interaction, I

Re: [Oorexx-devel] DISCUSS: #618 Add a class that contains methods for retrieving interpreter information.

2015-06-04 Thread Rick McGuire
On Thu, Jun 4, 2015 at 10:34 AM, René Jansen rvjan...@xs4all.nl wrote: But network order does not ring as relevant in my ears for this particular usage. Thinking along lines of memory model, you once faced the decision of having a 64 or 32 bit size for Rexx objects, and I remember the

Re: [Oorexx-devel] MYSQL

2015-06-04 Thread Dan Carter
I second that. I, too, need to implement an Enterprise Java development environment. Tutoring by a master would be invaluable. -Original Message- From: Michael Lueck [mailto:mlu...@lueckdatasystems.com] Sent: Thursday, June 04, 2015 03:16 To: Open Object Rexx Developer Mailing List

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