Xlc compiler on Redhat Linux


 
Thread Tools Search this Thread
Operating Systems Linux Xlc compiler on Redhat Linux
# 1  
Old 11-08-2014
Xlc compiler on Redhat Linux

Hi ,
Currently i have my c and pro*c code got compiled in IBM POWER - AIX machine with xlc compiler version 9.

We are planning to migrate all our applications from IBM POWER - AIX to Redhat Linux.

Can i use the same current (IBM AIX) xlc compiler with the same compiling options on the migrating LINUX also ?

Will my current binary compiled on IBM POWER AIX machine can be ported to Redhat LINUX without recompile on LINUX ? will that work ?

Regds
Mugunthan
# 2  
Old 11-10-2014
No, you will have to recompile your application(s) on Red Hat linux.
# 3  
Old 11-10-2014
Thanks for your reply / confirmation.

If i go with using the xlc compiler on redhat environment....

Will that the xlc flags which am currently using in AIX environment can be used in redhat environment also ?

Regds
Mugunthan
# 4  
Old 11-11-2014
I am not familiar with the xlc compiler but I would assume so unless any of the compiler flags are hardware or OS-specific.
This User Gave Thanks to fpmurphy For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies

2. AIX

AIX xlc compiler vs gcc

Hello, We are migrating some applications from previously running on an AIX system to a Linux RedHat system. I was tasked with recompiling some of the code. Unfortunatly I am a big novice on this. So i have the commands used to compile the code with xlc compiler in the AIX environment and i am... (0 Replies)
Discussion started by: spooksman
0 Replies

3. AIX

Checking xlc compiler version

Hi, Below is output of lslpp command. bash-3.00# lslpp -L | grep xlC xlC.aix50.rte 11.1.0.1 C F XL C/C++ Runtime for AIX 5.3 xlC.cpp 9.0.0.0 C F C for AIX Preprocessor xlC.msg.en_US.cpp 9.0.0.0 C F C for AIX... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. AIX

xlc compiler options versus gcc

Hi all, I would like to compile a program and get current errors and warnings report to me as « gcc -Wall ». Does someone can give me these options to get an equivalent ? Or the ommon option used to put them in a CFLAGS in a Makefile. Something like : xlc -O2 -Wall my_prog.c -o... (5 Replies)
Discussion started by: domiq44
5 Replies

5. UNIX for Advanced & Expert Users

XLC compiler: enterprise edition VS XLC for AIX

Who can explain in a few words the difference between XLC for AIX and XLC enterprise Edition for AIX (0 Replies)
Discussion started by: fvaltat1
0 Replies

6. AIX

AIX Xlc compiler

Hi Team I have a native applicaiton built on AIX using the xLC v8 Which could be the possible impacts from a code change point of view if I'll compile with the xLC v10? Thanks Marco (0 Replies)
Discussion started by: antcos
0 Replies

7. Linux

C Compiler on LINUX

Hi, I am a new user for LINUX. I have started learning C programming. I have heard that there is gcc & g++ compilers already available on LINUX by default. Kindly guide where to find these compliers on LINUX. Regards (12 Replies)
Discussion started by: himvat
12 Replies

8. Ubuntu

MS basic compiler for linux

I have a client who's software is written in ms basic for xenix and compiled on SCO. They would like to get it running on Linux. Does anyone know if there is a MS Basic compiler avialable for Linux? Or is there a way for Linux to run an SCO application? Thanks (3 Replies)
Discussion started by: lochraven
3 Replies

9. UNIX for Dummies Questions & Answers

LyX-1.4.3 compiler error on redhat-7.3

Hi There, I'm trying to install LyX 1.4.3 on a machine running Redhat 7.3. I can't upgrade the OS since I don't have root, but I've been given permission to install sw into pkgs by the Sys Admins. ./configure using the Qt frontend worked, but when I then enter make I get: make: Entering... (3 Replies)
Discussion started by: dirgni
3 Replies

10. Linux

Windows C++ compiler for Linux

Does anyone here know of any good windows c++ compiler for linux? so that I can compile c++ programs in Linux (this is very possible!). Doesnt mather if it is a real windows compiler that works in wine or if its a compiler written for linux but compiles windows binaries (4 Replies)
Discussion started by: Kimm
4 Replies
Login or Register to Ask a Question