The problem has been solved, please feel free to remove this thread, thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-10-15
"the lib files" - what lib files?
Don't add third party libraries to the default library folder. Place them somewhere else and add a new library path. It makes updates much safer and simpler.
I guess you have figured by now then that you need to explicitly link the libraries too. I believe this is discussed in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
In future even if you solve a problem yourself, post the solution - other people may be interested in the answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I tried to add the lib files ( .a files ) to the default lib directory, but seems it wasn't found by linker.. how to do that correctly?
Thanks
The problem wasn't ACTUALLY solved to be totally honest, it was not caused by missing libraries.
Thanks for the advices.
The problem has been solved, please feel free to remove this thread, thanks.
"the lib files" - what lib files?
Don't add third party libraries to the default library folder. Place them somewhere else and add a new library path. It makes updates much safer and simpler.
I guess you have figured by now then that you need to explicitly link the libraries too. I believe this is discussed in the "PLEASE READ BEFORE POSTING A QUESTION" thread.
In future even if you solve a problem yourself, post the solution - other people may be interested in the answer.