cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
How to make a "Makefile" for a project?
How to make a "Makefile" for a project?
Jun 8, 2011 at 10:30am UTC
Pouyaaa
(16)
Hi
We have converted a Visual Studio project to a linux one (so that all of codes would work properly) but our main problem is that how to link files to each other.
Thanks
Jun 8, 2011 at 3:25pm UTC
kev82
(323)
What kind of files, are we talking static libraries, shared libraries, or object files?
I tend to compile every module-ish thing into a static library then every executable links to the relevant static libraries.
This may help
http://tldp.org/HOWTO/Program-Library-HOWTO/index.html
Jun 14, 2011 at 10:16am UTC
Estee
(6)
This should get you started:
http://mrbook.org/tutorials/make/
Topic archived. No new replies allowed.