![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Symbol referencing error | fromatz | High Level Programming | 1 | 03-17-2008 03:01 PM |
| symbol referencing error | suhasini | High Level Programming | 1 | 04-03-2006 03:43 AM |
| redirecting output, including errors | kymberm | UNIX for Dummies Questions & Answers | 1 | 09-18-2002 09:59 AM |
| ld: fatal: Symbol referencing errors | alfabetman | UNIX for Dummies Questions & Answers | 2 | 01-08-2002 01:57 AM |
| Compiling Errors -- Symbol referencing | spotanddot | High Level Programming | 5 | 07-11-2001 10:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
I am getting the following error when I try to do a build of a product. I dont have the dependencies of the binaries involved in the build and thats the reason I was not able to find which library to add or to proceed to the next step to solve the reference problem. Undefined first referenced symbol in file __1cG__CrunMex_rethrow_q6F_v_ /lib/libiostream.so.1 __1c2K6Fpv_v_ /lib/libiostream.so.1 ld: fatal: Symbol referencing errors. No output written to SNX Is there a generic way to approach the above problem. Any help will be greatly appreciated. Thanks in advance. -Jerry. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
check if the shard object libiostream is available in your LD_LIBRARY_PATH ...
|
|||
| Google The UNIX and Linux Forums |