|
-
March 15th, 2002, 09:30 PM
#1
linking problems
After compiling, when I am doing the linking, the compiler conmplains that I have undefined symbols but I have included the library files, what else could I be missing?
-
March 16th, 2002, 12:30 AM
#2
Re: linking problems
What compiler? What are the errors? You need to provide more information.
Regards,
Paul McKenzie
-
March 17th, 2002, 11:27 AM
#3
Re: linking problems
First, check for the missing symbols.
Then, identify the library file (or object file) where the symbols are defined.
Last, include the missing library file (or object file) in the link list.
I don't know what compiler you use.
-
March 17th, 2002, 11:32 AM
#4
-
March 17th, 2002, 11:33 AM
#5
Re: linking problems
Then, make sure you link all the required libraries. Usualy, this is the thing forgoten.
-
March 17th, 2002, 11:40 AM
#6
Re: linking problems
But I have link the libraries but it still give me this problem, that's why I am very vexed over this problem
-
March 17th, 2002, 11:46 AM
#7
Re: linking problems
How would i know if the compiler has included my libraries and objects files?
-
March 17th, 2002, 12:57 PM
#8
Re: linking problems
if im not mistaken, you have to make a config
file for borland, <something>.cfg.
this file should include lines like
-L<DIR>
this makes a default linking to the libraries.
read the readme file very thouroughly, it's all there!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|