-frepo again

andy@softbookpress.com andy@softbookpress.com
Fri Mar 2 07:44:00 GMT 2001


I'm having problems with -frepo option again on a Netwinder box (
gcc-2.95.2 a Linux armv4l unknown)
Basically it boils down to the following:

vector<char*> charvec; charvec.push_back("hello");-- builds fine, whereas
vector<string>stringvec ;stringvec.push_back(string("hello"));-- fails to link

The commandline I use to build the above:
$ gcc -frepo -o test.o -c test.cpp;
$ gcc -frepo -o testappp test.o -lstdc++

Does anyone see this behavior ?
Any help would be appreciated
Thanks
Andy



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list