Computing.Net > Forums > OpenVMS > X windows

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

X windows

Reply to Message Icon

Name: sharitha
Date: September 15, 2005 at 04:22:45 Pacific
OS: Open VMS
CPU/Ram: 512
Comment:

Bob,
Thanks a lot.That was very usefull.A concern, I am using mmk compiler as of now for an applicaion developed on c++ i will have to port this X-Windows developed application to DECWindows Motif,will the compiler remain the same for the Unix uses the aCC compiler and the Exceed software.I could'nt figure how the UIL features in here.

-Shari



Sponsored Link
Ads by Google

Response Number 1
Name: Joseph.Huber
Date: September 19, 2005 at 02:01:24 Pacific
Reply:

To clarify: MMK is not a compiler, it is a module management utility, the equivalent of "make" on Unix systems. The C++ compiler (command) is usually CXX, and the linker command is CXXLINK. Since You are using already MMK, You certainly detected that on VMS there are 2 steps to make a program: compiling and linking, while in Unix this is done by a single command like CC.

Now for UIL: in VMS this is the same as in Unix, it is defined by Motif. Just the command syntax is different:
In VMS
UIL name.UIL produces name.UID
while in Unix it produces a.uid, unless explicitely specified as
uil -o name.uid name.uil.

So inside Your MMK file, just change the UIL command to omit the "-o" option.


0
Reply to Message Icon

Related Posts

See More


OpenVMS MAKE strings into a file


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: X windows

X Windows from Unix to VMS www.computing.net/answers/openvms/x-windows-from-unix-to-vms/400.html

Open VMS Post-Installation Help www.computing.net/answers/openvms/open-vms-postinstallation-help/287.html

network config help www.computing.net/answers/openvms/network-config-help/244.html