English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is there any example in MAKE FILE which has C and C++ link.anyone plz....................

2007-02-23 11:45:37 · 2 answers · asked by mary 2 in Computers & Internet Programming & Design

2 answers

There really shouldn't be a difference between C and C++ linking. The compile step may require differences though.

2007-02-23 11:51:56 · answer #1 · answered by BigRez 6 · 0 0

Make file:

After compilation, the file is created with the options, where to place which files and the various options like uninstall etc information will be available.

There is no such a difference in C or C++ make files.

To create a make file, visit the following link:
http://www.hsrl.rutgers.edu/ug/make_help.html

2007-02-23 12:01:06 · answer #2 · answered by Prakash Kumar 2 · 0 0

fedest.com, questions and answers