| | |
file not recognized: File format not recognized
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
A '.o' file is normally an object file, are you trying to link an object file to an executable file ?
Maybe you should check out this also ...
Agreed
Maybe you should check out this also ...
Agreed
Last edited by tux4life; Apr 10th, 2009 at 8:50 am.
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
•
•
Join Date: Apr 2009
Posts: 20
Reputation:
Solved Threads: 0
•
•
•
•
A '.o' file is normally an object file, are you trying to link an object file to an executable file ?
Maybe you should check out this also ...
Agreed
yes, .o file is an object file.
I am trying to link an object files to the library files.
This same program i complied successfully in Netbeans using g++ complier
Now I am using eclipse.
Last edited by tux4life; Apr 10th, 2009 at 11:18 am.
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
•
•
Join Date: Apr 2009
Posts: 20
Reputation:
Solved Threads: 0
•
•
•
•
To create a static library from an object file you just need to invoke the following command:
ar -rv libyourlibfilename.a yourobjectfile.o
Hi
I won't create static library file from object file.
already I created static and dynamic library file.Now I am trying link object file to library file.
Any special properties setting is need in ecplise editor?
![]() |
Similar Threads
- Win32 NASM compile probs with nasmw + lcclnk (Assembly)
- Linked list implementation of a queue help (C++)
- DevC++ Help (C++)
- Solution to Build Error (C)
- SATA HD not recognized, INSERT BOOT DISK (Storage)
- Media Player Problem:No Sound (Community Introductions)
- Reading from a file to fill an array (Java)
Other Threads in the C++ Forum
- Previous Thread: Multiple Inheritance: Ambiguous Function
- Next Thread: Gettext
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock wordfrequency wxwidgets






