简体   繁体   中英

Linker Error PPC

I'm trying to compile a c++11 code under a IBook G4.

I'm using a g++-4.9 installed with brew

However, I get stuck with this error:

/usr/bin/ld: can't locate file for: -lcrt0.o

Found nothing in the net about crt . Maybe, someone has better experience dealing with dinosaurs ..

Frustration of having a compiler able to run on multiple architectures with the flip of a command line switch. Use -arch and specify either native or target cpu.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM