Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, Condition: SYNTAX Unable to load library "orxinvocation" 56 *-* .context~package~loadPackage('INVOCATIONTester.cls') I think this error was because the library being built was named orxinvocation.so instead of liborxinvocation.so. Yes, but even with the correct name

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, I have attached the -V 10 test log from AIX for ooRexx/API/oo/ (svn 3700). All .so files gets compiled and the rexxinstance builds OK. ./rexxinstance INSTANCE -CDM say;echo $? rc=3 Bye Rainer Setting env for AIX Searching for test containers.. Executing automated test suite.. ooTest Fr

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 10:52 AM, Rainer Tammer <[EMAIL PROTECTED]> wrote: > I got the rexxinstance compiled and linked on AIX but the errors are > still there. > I will wait for your commit, thanks. Rainer, You can take a look at what I just committed for the Linux make file. Everything seems t

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > I need some makefile help on the API tests I just put in. I've got > this building on Windows, but I'm not completely certain how this > needs to be built on the *ix system. These new tests need an > executable file rather

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
hello MArk, Mark Miesfeld wrote: > Rainer, > > I just about have the make file for Linux working. And I know the > reason for your failures. Hold off for a bit and give me a chance to > commit a working Linux make file. > > OK, I got the rexxinstance compiled and linked on AIX but the errors

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
Rainer, I just about have the make file for Linux working. And I know the reason for your failures. Hold off for a bit and give me a chance to commit a working Linux make file. -- Mark Miesfeld On Sun, Nov 16, 2008 at 10:24 AM, Rainer Tammer <[EMAIL PROTECTED]> wrote: > Hello, > > Mark Miesfel

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, maybe we should use autoconf to generate the Makefile for teh API tests. This is more generic and automatically takes care of many things ?? Bye Rainer - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, Mark Miesfeld wrote: On Sun, Nov 16, 2008 at 8:02 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: # Build the executable file rexxinstance: rexxinstance.o gcc $(ORXEXELFLAGS) -lorxclassicexits.so r

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 8:02 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > # Build the executable file > rexxinstance: rexxinstance.o >gcc $(ORXEXELFLAGS) -lorxclassicexits.so rexxinstance.o -o rexxinstance That p

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > I need some makefile help on the API tests I just put in. I've got > this building on Windows, but I'm not completely certain how this > needs to be built on the *ix system. These new tests need an > executable file rather

[Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rick McGuire
I need some makefile help on the API tests I just put in. I've got this building on Windows, but I'm not completely certain how this needs to be built on the *ix system. These new tests need an executable file rather than a library file built, so the build for that is a little different. Rick -