Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Terry Fuller

Hi Erich,

Thanks, yes, that's where I started... and it worked until I changed 
something (need to take better notes when I change stuff, especially 
when in new territory).  Things are ok on the Windows side, but I've 
gotten myself in a terrible snarl on LInux. sigh!


On 2021-04-08 02:25, Erich Steinböck wrote:

Hi Terry,
you can find Dave's mod_oorexx makefiles at 
https://sourceforge.net/p/oorexx/code-0/HEAD/tree/incubator/mod_oorexx 


Maybe you can work from there.


___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


--
taf

___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Rick McGuire
The two RexxRegister* APIs are in librexxapi, the others are in librexx.

Rick

On Wed, Apr 7, 2021 at 10:15 PM Terry Fuller  wrote:

> Ok, I've gotten past the compile time errors, thanks Rick and Erich.
>
> Now I have a mod_rexx.so for Linux, but when I start httpd I get an
> error message that RexxVariablePool is undefined.  When I examine the
> .so file with the 'nm' command, I see many lines like this, including
> one for RexxVariablePool:
>
>   U RexxAllocateMemory
>   U RexxFreeMemory
>   U RexxRegisterExitExe
>   U RexxRegisterFunctionExe
>   U RexxStart
>   U RexxVariablePool
>
> I specify -l rexx (for librexx.so) and -l rexxapi (for librexxapi.so)
> and -L/usr/local/lib (which is where they're located), but apparently
> neither file has these symbols. Can anyone point me in the right direction?
>
> --
> taf
>
>
>
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] mod_rexx Linker Unresolved Symbols...

2021-04-08 Thread Erich Steinböck
Hi Terry,
you can find Dave's mod_oorexx makefiles at
https://sourceforge.net/p/oorexx/code-0/HEAD/tree/incubator/mod_oorexx
Maybe you can work from there.
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel