This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

-frepo again


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]