[Oorexx-devel] Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread Rony G. Flatscher
Hi there, in the need of a 64-bit ooRexx from trunk, I checked out ooRexx from Sourceforge. * Changed into main/trunk, created a subdir tmp, * ran from main/trunk/tmp the command ../conifugre --disable-static followed by make * then issuing a make install (to have it installed

Re: [Oorexx-devel] V4.1

2010-08-21 Thread David Ashley
ooRexx looks in several places for class files (as documented in the programming guide). I don't remember the order off the top of my head but one of the places to look is in the PATH. David Ashley On 08/20/2010 10:29 PM, CVBruce wrote: Hi, I have rexx installed in /opt/ooRexx. In

Re: [Oorexx-devel] Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread Jean-Louis Faucher
Workaround (?) Try to configure directly from trunk, not from trunk/tmp I remember I had problems with make install a few years ago, when configuring from a directory different from trunk (was 32 bits). I never tried again, so I can't tell if the problem is still there or not... Jean-Louis

[Oorexx-devel] Another attempt to no avail .. (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread Rony G. Flatscher
Hi there, this thime I remained in main/trunk, issued a ./configure, make and then sudo make install with the following output: r...@ronylinux:~/dev/oorexx/main/trunk$ sudo make install cp ./extensions/rxregexp/rxregexp.cls ./ cp ./extensions/rxftp/rxftp.cls ./ cp

[Oorexx-devel] Request to apply patch (Re: Removing fileno()-block resolves the problem (Re: Request for help on (Ubuntu) Linux (32- and64-bit)

2010-08-21 Thread Rony G. Flatscher
Hi there, while trying to create a 64-bit version of ooRexx for Linux, I noticed that the enclosed patch has not yet been applied to trunk. If the patch is o.k. as such, I would request the ooRexx team to apply it. Reason being, that people on Ubuntu/Linux can fetch the latest ooRexx binary

Re: [Oorexx-devel] Another attempt to no avail .. (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread Jean-Louis Faucher
If I'm not wrong, a closing quote is missing in trunk/Makefile.am Replace sed -e s/^VER=/VER=$(ORX_MAJOR)/ -e s/^REL=/REL=$(ORX_AGE)/ -e s/^MOD=/MOD=$(ORX_REVISION) \ by sed -e s/^VER=/VER=$(ORX_MAJOR)/ -e s/^REL=/REL=$(ORX_AGE)/ -e s/^MOD=/MOD=$(ORX_REVISION)*/* \ I can't test so I prefer to not

Re: [Oorexx-devel] Another attempt to no avail .. (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread Rony G. Flatscher
On 21.08.2010 22:44, Jean-Louis Faucher wrote: If I'm not wrong, a closing quote is missing in trunk/Makefile.am Replace sed -e s/^VER=/VER=$(ORX_MAJOR)/ -e s/^REL=/REL=$(ORX_AGE)/ -e s/^MOD=/MOD=$(ORX_REVISION) \ by sed -e s/^VER=/VER=$(ORX_MAJOR)/ -e s/^REL=/REL=$(ORX_AGE)/ -e

[Oorexx-devel] For the adventurous ...

2010-08-21 Thread Rony G. Flatscher
Hi there, it looks as if the 32-bit-Linux installer/deinstaller now work. So those of you who are a little bit adventurous may want to take a first look at it. Here are the necessary steps: * create a Rexx interpreter from trunk, after applying the patch

Re: [Oorexx-devel] V4.1

2010-08-21 Thread CVBruce
Thanks for the pointer, I'll check the programmer guide. It looks like I should create the symlinks, since the current install process, symlinks everything else into /usr/bin. Bruce On Aug 21, 2010, at 1:07 PM, David Ashley wrote: ooRexx looks in several places for class files (as

Re: [Oorexx-devel] Another attempt to no avail .. (Re: Problems compiling 64-bit ooRexx for 64-bit Linux (Ubuntu) and installing it

2010-08-21 Thread CVBruce
Yes, I caught that, my fault. Do an update, I corrected it a while ago. Bruce On Aug 21, 2010, at 1:44 PM, Jean-Louis Faucher wrote: If I'm not wrong, a closing quote is missing in trunk/Makefile.am Replace sed -e s/^VER=/VER=$(ORX_MAJOR)/ -e s/^REL=/REL=$(ORX_AGE)/ -e

Re: [Oorexx-devel] For the adventurous ...

2010-08-21 Thread Erico Mendonca
On 8/21/2010 at 07:19 PM, in message 4c7050fc.3060...@wu-wien.ac.at, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: P.S.: On 64-Bit-Ubuntu there is an issue with 64-bit-Java loading the 64-bit-so; have to look into it. Using 64-bit-Java from 64-bit ooRexx is o.k. and one can