[Coco] Which Coco Emulator for Raspberry Pi?

Steven Hirsch snhirsch at gmail.com
Fri Oct 17 07:59:58 EDT 2014


On Fri, 17 Oct 2014, Tormod Volden wrote:

> Recent GCC versions seem to be more picky on the ordering of object
> files and libraries on the linking command line. Check the printed gcc
> command lines to see if -lpthread is towards the end of the line. To
> fix this you will need to find the makefile (I assume the build
> process is using make?) where the linking command is built up, e.g.
> "$(LD) something". The list of libraries might be contained in a LIBS
> or LDFLAGS variable.

Alternately, use the --begin-group and --end-group linker flags and it 
will make as many passes as necessary to resolve forward references.


-- 


More information about the Coco mailing list