link problem on SDK 10.2.7 with basic_istream::seekg
link problem on SDK 10.2.7 with basic_istream::seekg
- Subject: link problem on SDK 10.2.7 with basic_istream::seekg
- From: Victor Liu <email@hidden>
- Date: Fri, 9 Apr 2004 17:03:32 +0800
Hi,
I turn a project to be build by Xcode, it can be build and run well in
10.3, but can not startup (load) at 10.2. because a lost of wide char
function not resolved.
I get information from archives in this list then to try to use 10.2.7
SDK and target to OS 10.2 and still use gcc 3.3 to build my program,
but one linkage error occur, as below :
ld: Undefined symbols:
std::basic_istream<char, std::char_traints<char>
>::seekg(std::fpos<__mbstate_t>)
this problem can not be solved even I turn to use gcc 3.1 in target
settings.
how can I to solve this problem ? did you have any suggest to me ?
Best Regards.
victor.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.