Skip to content
  • Nick Mathewson's avatar
    r12611@catbus: nickm | 2007-04-30 22:49:00 -0400 · 8f94f054
    Nick Mathewson authored
     For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line.  This is done by specifying them with LDADD in Makefile.am, not LDFLAGS.
     If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it.  Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax.
    
    
    svn:r10082
    8f94f054