473,503 Members | 1,676 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Linux c prog doesn't work on Sun Solaris Machine....?

Compiled using g++ on linux and then I tried to execute it on Solaris.
The error message was something like "can't execute a.out"

- works ok on linux
- ran chmod so Sun user has execute/read/etc permissions. chmod u=rwx

Any clues why?
I am new to the non windows world.

Thanks
Nov 14 '05 #1
5 1485
Dave wrote:
Compiled using g++ on linux and then I tried to execute it on Solaris.
The error message was something like "can't execute a.out"

- works ok on linux
- ran chmod so Sun user has execute/read/etc permissions. chmod u=rwx

Any clues why?
I am new to the non windows world.

Thanks


1) g++ is not a C compiler.
2) This newsgroup is meant only for C language related issues. For
everything else, please consult the appropriate compiler related
newsgroups.

--
Karthik
------
Human Beings please 'removeme' for my email.
Nov 14 '05 #2
Dave wrote:
Compiled using g++ on linux and then I tried to execute it on Solaris.
....which indocates it's a C++ program, making it off topic here.
The error message was something like "can't execute a.out"
Binaries are not portable.

- works ok on linux
- ran chmod so Sun user has execute/read/etc permissions. chmod u=rwx

Any clues why?
Binaries are not portable. I am new to the non windows world.


Indeed. Compile it on Solaris -- and if your code is both portable and
correct (i.e. does not invoke undefined behavior), all will be well.

HTH,
--ag
--
Artie Gold -- Austin, Texas
Nov 14 '05 #3
df*******@yahoo.com.au (Dave) writes:
Compiled using g++ on linux and then I tried to execute it on Solaris.


Your question is outside the domain of comp.lang.c, which discusses
only the standard C programming language, including the standard C
library. This is a remarkably narrow topic compared to what many
people expect.

For your convenience, the list below contains topics that are not
on-topic for comp.lang.c, and suggests newsgroups for you to explore
if you have questions about these topics. Please do observe proper
netiquette before posting to any of these newsgroups. In particular,
you should read the group's charter and FAQ, if any (FAQs are
available from www.faqs.org and other sources). If those fail to
answer your question then you should browse through at least two weeks
of recent articles to make sure that your question has not already
been answered.

* OS-specific questions, such as how to clear the screen,
access the network, list the files in a directory, or read
"piped" output from a subprocess. These questions should be
directed to OS-specific newsgroups, such as
comp.os.ms-windows.programmer.misc, comp.unix.programmer, or
comp.os.linux.development.apps.

* Compiler-specific questions, such as installation issues and
locations of header files. Ask about these in
compiler-specific newsgroups, such as gnu.gcc.help or
comp.os.ms-windows.programmer.misc. Questions about writing
compilers are appropriate in comp.compilers.

* Processor-specific questions, such as questions about
assembly and machine code. x86 questions are appropriate in
comp.lang.asm.x86, embedded system processor questions may
be appropriate in comp.arch.embedded.

* ABI-specific questions, such as how to interface assembly
code to C. These questions are both processor- and
OS-specific and should typically be asked in OS-specific
newsgroups.

* Algorithms, except questions about C implementations of
algorithms. "How do I implement algorithm X in C?" is not a
question about a C implementation of an algorithm, it is a
request for source code. Newsgroups comp.programming and
comp.theory may be appropriate.

* Making C interoperate with other languages. C has no
facilities for such interoperation. These questions should
be directed to system- or compiler-specific newsgroups. C++
has features for interoperating with C, so consider
comp.lang.c++ for such questions.

* The C standard, as opposed to standard C. Questions about
the C standard are best asked in comp.std.c.

* C++. Please do not post or cross-post questions about C++
to comp.lang.c. Ask C++ questions in C++ newsgroups, such
as comp.lang.c++ or comp.lang.c++.moderated.

* Test posts. Please test in a newsgroup meant for testing,
such as alt.test.

news.groups.questions is a good place to ask about the appropriate
newsgroup for a given topic.

--
"...what folly I commit, I dedicate to you."
--William Shakespeare, _Troilus and Cressida_
Nov 14 '05 #4
Have you tried compiling the program in solaris
I think is like tring to run a compiled program in linux
on a windows machine it wont work. you have to compile the source
code in each os
Nov 14 '05 #5

"Dave" <df*******@yahoo.com.au> wrote in message
news:31**************************@posting.google.c om...
Compiled using g++ on linux and then I tried to execute it on Solaris.
The error message was something like "can't execute a.out"

- works ok on linux
- ran chmod so Sun user has execute/read/etc permissions. chmod u=rwx

Any clues why?
I am new to the non windows world.

Thanks


As someone else pointed out, binaries are not portable. Machine code meant
for an x86 architecture will not run on SPARC, and vice-versa. You must
recompile the source code on the target machine, or use a cross-compiler (I
think g++ has an option to generate code for specific architectures other
than the one currently being used, but don't take my word for it).

As others have pointed out, questions about specific implementations of C
are off-topic; this newsgroup is dedicated to questions about the language
itself, not how to make it work on specific hardware.
Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1537
by: Doug | last post by:
I am running solaris 7 on two machines. I compiled python 2.2.1 with expat parser on one machine. The python binary is located in /usr/local/bin and the libraries are located in /usr/local/lib. ...
4
2704
by: hokieghal99 | last post by:
What are the specific steps that one should take to make a python script that works on a Linux x86 machine also work on a Windows x86 machine? I am using os, re and string in the script. How do...
3
1809
by: pervinder | last post by:
Hi, I am using STL from http://www.stlport.org/download.html (ver 4.6.2) I see hundered's of error while compilation. I have a c++ prog which uses stl. I am providing the stlport in the include -I...
3
2054
by: Alex | last post by:
Hi all, I'm looking for some advice on how best to implement storage of access logs into a db/2 8.1.4 database running on a RH 7.2 system. I have 5 (squid) web caches running here that...
10
3245
by: Markus Enders | last post by:
Hi everybody, currently we use DB2 7.1 on several Solaris machines. Now we are planning, to migrate to SUSE Linux (newest version). I wonder, if we can keep our DB2 version 7.1, or if we need to...
8
2965
by: Xela | last post by:
Hi A have a very annoying problem. I have written java strored procedures for DB2 v8.1. Their deployement and usage is fine as long as the server is a Windows one. But under Solaris 8 and Linux...
2
2442
by: Cam Chapman | last post by:
Does anyone have any experience migrating a DB2 database off UDB 6.1 (Solaris) to 7.2 (Linux)? The database does not already exist on the Linux box. Have created a DB2 instance fine. DB2...
0
1379
by: AnonymousFC4 | last post by:
1) Debugger. Is gdb (or ddd) still the best tool to debug C++ prog a) on Linux? b) On Solaris? 2) IDE, can you debug C++ programms, using Eclipse-cdt on both Linux and Solaris? Other tools?...
5
5657
by: cranium.2003 | last post by:
hi, Here is my code #include <iostream.h> int main() { cout <<"HI"; return 0; } and using following command to compile a C++ program g++ ex1.cpp -o ex1
0
7201
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6988
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7456
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5011
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3153
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1510
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
379
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.