Mark,

This worked.  My MACOSX didn't work, perhaps it didn't evaluate as  
true or false?

I need more advice now.

After I run make install, all of the necessary files are moved to
/opt/ooRexx
/opt/ooRexx/bin
/opt/ooRexx/include
/opt/ooRexx/lib
/opt/ooRexx/lib/ooRexx
/opt/ooRexx/share
/opt/ooRexx/share/man
/opt/ooRexx/share/man/man1
/opt/ooRexx/share/ooRexx

I then run a post installation script that symlinks these files into  
the "correct" Mac OS directories,
/usr/bin
/usr/include
/usr/lib
/usr/share

I have a file 'org.rexxla.oorexx.rxapid.plist' that is used to start  
and keep rxapi running.  It needs to go somewhere in the opt/ooRexx  
hierarchy, and I'm not sure where it should go.  This file will then  
be symlinked to /Library/LaunchDaemons/  I have added the file to my  
copy of the distribution tree in platform/unix/darwin/ 
org.rexxla.oorexx.rxapid.plist

Any comments are welcomed.

Thanks,

Bruce


On Apr 1, 2010, at 10:40 AM, Mark Miesfeld wrote:

> On Thu, Apr 1, 2010 at 9:53 AM, CVBruce <cvbr...@gmail.com> wrote:
>
>> Also, open64() is not supported because open() supports 64 bit
>> operating systems.
>>
>> My quick and dirty #define lseek64 lseek didn't work.  It looks  
>> like I
>> have some more work to do.
>
> This looks like it works for other people:
>
> #ifdef __APPLE__ & __MACH__
> #define lseek64 lseek
> #define open64 open
> #endif
>
> Not suggesting it as the proper long term fix.  Just something to try
> to see if it works.  Are you sure you are putting the defines in a
> place where they are picked up properly?
>
> Long term, fixing the configure script seems like a possible  
> solution to me.
>
> Rick usually has good ideas for portable code, maybe he has an idea.
>
> --
> Mark Miesfeld
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to