•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 456,553 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,493 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 532 | Replies: 5
![]() |
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,541
Reputation:
Rep Power: 40
Solved Threads: 972
•
•
•
•
that this lib file is there along with other file in the path that i have specified in directories path option
If you mean the PATH environment variable then that is incorrect. The compilers I have used from the command-line all use the -L option to specify path to libraries or LIB environment variable.
If you are using an IDE then we need to know which one because they all do things a little differently.
Last edited by Ancient Dragon : Oct 16th, 2007 at 6:27 pm.
•
•
Join Date: May 2006
Location: ★ ijug.net ★
Posts: 1,018
Reputation:
Rep Power: 6
Solved Threads: 68
Or add it to LD_LIBRARY_PATH
•
•
Join Date: Oct 2007
Posts: 11
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
It sounds like you aren't actually linking with the library when you build your program. Why don't you describe exactly how you're compiling and linking the program? Oh, also mention your OS and compiler.
i am using turbo c++ 3.0 and my os is win xp and i am using the tc ++ ide . my program is getting compiled but when i run it the linker generates that error ...
but i have also checked on other system this file is not available even there but there no such linking error is generated...
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Difference in executing from command and linux.rc (Linux Users Lounge)
- system command not working in C functions.pls help (C)
- Program not executing properly..assistance needed! (C++)
- executing the normal program from linux.rc - different bahaviour (Kernels and Modules)
- C Program where gets(), getchar(), are not working. (C)
- Startup (Windows tips 'n' tweaks)
- c prgram (C)
- greeting everyone, a little help? thanks. (C++)
- Help with compression program (C)
Other Threads in the C++ Forum
- Previous Thread: Looking for Memory Leak Advice
- Next Thread: Pointer troubles



Linear Mode