Re: Building a DLL under USS

2010-04-15 Thread Michael Knigge
Thank you all for your hints. Building unter USS seems ver tricky to me When I use "-qdll" with "cc", then I get "unknwon option -d" :-( When I use "-qdll" with "c89", then I get "unknwon option -q" :-( Now, after playing a while I got it working... I use "xlc" now and compile and lin

Re: Building a DLL under USS

2010-04-15 Thread Steve Comstock
Michael Knigge wrote: All, today I came accross a somehow strange (at least for me) problem Usually I build my DLLs (written in C and C++) in the MVS-World of z/OS. But now I want to build the same DLL under USS (because I can do this all remote using SSH). When I try to compile and li

Re: Building a DLL under USS

2010-04-15 Thread Patrick Hayward
Hi Michael, I have not checked whether our DLLs are better/faster/larger in USS or MVS as we have built using "cc" in USS for a number of years now as we use gmake and the build is very similar to all other Unix/Linux machines we build on. We compile and then link and our code works when called fro

Building a DLL under USS

2010-04-15 Thread Michael Knigge
All, today I came accross a somehow strange (at least for me) problem Usually I build my DLLs (written in C and C++) in the MVS-World of z/OS. But now I want to build the same DLL under USS (because I can do this all remote using SSH). When I try to compile and link my DLL (it's just on