473,407 Members | 2,314 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

how to compiline c++ program from unix

how to compiline c++ program from unix
Mar 6 '08 #1
3 1274
satch
23
how to compiline c++ program from unix
g++ <filename> -o <outputFilename>
I hope this works because the command will depend on the compiler that is installed on your system.

Read the following links(as a result of quick google search) for details :
http://www.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html
http://www.cse.msu.edu/~cse231/HowToCompile.html
Mar 6 '08 #2
JonLT
41
you want to compile unix code on a windows machine?
You'll need GCC (use MinGW)
It might also be easier if you have the library-files you need compiled in wondows (even thought that shouldn't be necessary if you use GCC)
Mar 6 '08 #3
sicarie
4,677 Expert Mod 4TB
g++ <filename> -o <outputFilename>
I hope this works because the command will depend on the compiler that is installed on your system.

Read the following links(as a result of quick google search) for details :
http://www.actcom.co.il/~choo/lupg/t...c-on-unix.html
http://www.cse.msu.edu/~cse231/HowToCompile.html
I'd listen to satch on this one. Haven't checked the links, but the commands are correct.

One more thing that can be added to that, though is that you do have to either 1) be in the directory your program is in, 2) add that directory to your path, or 3) use the full filepath there <filename> and <outputFilename> are.
Mar 8 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Will Stuyvesant | last post by:
I never used the popen or popen2 libraries but it is my understanding that they can capture the output of console based programs. Is it also possible to send keystrokes to console base programs? ...
1
by: Jung Joon Park | last post by:
Hi everyone. I am JJ Park. I got some questions in C++. First of all, my English is not perfect, because I am foreigner. I have got C++ code, which have no syntex error in Visual C++ ver6.0...
65
by: Hongyu | last post by:
Dear all: I am trying to write to a file with full directory name and file name specified (./outdir/mytestout.txt where . is the current directory) in C programming language and under Unix, but...
0
amitpatel66
by: amitpatel66 | last post by:
There is always a requirement that in Oracle Applications, the Concurrent Program need to be execute programatically based on certain conditions/validations: Concurrent programs can be executed...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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
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,...
0
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...

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.