Raised This Month: $ Target: $400
 0% 

another undefined symbol! help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sn4k3
Senior Member
Join Date: Nov 2005
Old 07-19-2007 , 12:15   another undefined symbol! help
Reply With Quote #1

undefined symbol: _ZNSs4_Rep20_S_empty_rep_storageE

i hate that undefined symbols!

anyone know what is missing?

linux only !
sn4k3 is offline
Send a message via MSN to sn4k3
3jorn
Junior Member
Join Date: May 2007
Old 07-19-2007 , 17:18   Re: another undefined symbol! help
Reply With Quote #2

try adding steamclient_i486.so to your makefile
3jorn is offline
sn4k3
Senior Member
Join Date: Nov 2005
Old 07-19-2007 , 18:08   Re: another undefined symbol! help
Reply With Quote #3

Quote:
Originally Posted by 3jorn View Post
try adding steamclient_i486.so to your makefile
thanks that fix my problem!!!
now you know what miss???
sn4k3 is offline
Send a message via MSN to sn4k3
3jorn
Junior Member
Join Date: May 2007
Old 07-20-2007 , 02:12   Re: another undefined symbol! help
Reply With Quote #4

When you get undefined symbols, go to srcds folder and type

Code:
nm --print-file-name bin/*so | grep Rep_20
Replace Rep_20 by recognizable characters in your undefined symbol.
This will search through the .so files for a function with that name, if none is found, you've forgotten to include objects of your own code in your makefile
3jorn is offline
sn4k3
Senior Member
Join Date: Nov 2005
Old 07-20-2007 , 06:33   Re: another undefined symbol! help
Reply With Quote #5

Quote:
Originally Posted by 3jorn View Post
When you get undefined symbols, go to srcds folder and type

Code:
nm --print-file-name bin/*so | grep Rep_20
Replace Rep_20 by recognizable characters in your undefined symbol.
This will search through the .so files for a function with that name, if none is found, you've forgotten to include objects of your own code in your makefile
very thanks this work
sn4k3 is offline
Send a message via MSN to sn4k3
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode