MacSummer / make-it-so

Automatically exported from code.google.com/p/make-it-so
1 stars 0 forks source link

Fix link order dependencies between static libraries #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gcc's linker is (annoyingly) fussy about the order that static libraries are 
given to it if there are dependencies between them.

We need to fix this.

Original issue reported on code.google.com by richard....@gmail.com on 11 Jan 2012 at 10:05

GoogleCodeExporter commented 9 years ago
Use this to fix it?
http://stackoverflow.com/questions/5651869/gcc-start-group-and-end-group-command
-line-options

Original comment by richard....@gmail.com on 12 Jan 2012 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by richard....@gmail.com on 12 Jan 2012 at 10:30