tor/src/or
Nick Mathewson 8f94f0540f r12611@catbus: nickm | 2007-04-30 22:49:00 -0400
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
2007-05-01 02:53:32 +00:00
..
buffers.c simplify connection_watch_events() 2007-04-25 07:20:04 +00:00
circuitbuild.c r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400 2007-03-26 14:07:59 +00:00
circuitlist.c r12565@catbus: nickm | 2007-04-30 10:09:07 -0400 2007-04-30 14:09:11 +00:00
circuituse.c identify the exit node correctly when we timeout and detach 2007-04-30 23:24:38 +00:00
command.c r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400 2007-03-26 14:07:59 +00:00
config.c r12580@catbus: nickm | 2007-04-30 13:29:05 -0400 2007-04-30 17:46:13 +00:00
connection_edge.c identify the exit node correctly when we timeout and detach 2007-04-30 23:24:38 +00:00
connection_or.c r12330@catbus: nickm | 2007-04-09 19:15:42 -0400 2007-04-09 23:15:46 +00:00
connection.c r12496@catbus: nickm | 2007-04-22 23:04:05 -0400 2007-04-23 03:04:46 +00:00
control.c r12587@catbus: nickm | 2007-04-30 15:47:39 -0400 2007-04-30 19:48:45 +00:00
cpuworker.c r12074@catbus: nickm | 2007-03-04 15:11:43 -0500 2007-03-04 20:11:46 +00:00
directory.c r12585@catbus: nickm | 2007-04-30 14:38:37 -0400 2007-04-30 19:48:33 +00:00
dirserv.c r12585@catbus: nickm | 2007-04-30 14:38:37 -0400 2007-04-30 19:48:33 +00:00
dns.c r12688@Kushana: nickm | 2007-04-09 17:29:12 -0400 2007-04-09 21:34:13 +00:00
eventdns_tor.h r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500 2006-12-15 06:12:01 +00:00
eventdns.c r12571@catbus: nickm | 2007-04-30 10:51:52 -0400 2007-04-30 14:52:07 +00:00
eventdns.h r11726@Kushana: nickm | 2006-12-28 16:24:06 -0500 2006-12-28 21:29:31 +00:00
hibernate.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
main.c more cleanups on the hsusage patch 2007-04-30 23:25:22 +00:00
Makefile.am r12611@catbus: nickm | 2007-04-30 22:49:00 -0400 2007-05-01 02:53:32 +00:00
onion.c doc pedant 2007-02-24 07:50:38 +00:00
or.h more cleanups on the hsusage patch 2007-04-30 23:25:22 +00:00
policies.c r11832@catbus: nickm | 2007-02-16 15:31:59 -0500 2007-02-16 20:39:37 +00:00
relay.c minor cleanups 2007-04-30 04:00:06 +00:00
rendclient.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
rendcommon.c more cleanups on the hsusage patch 2007-04-30 23:25:22 +00:00
rendmid.c r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400 2007-03-24 15:58:11 +00:00
rendservice.c r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400 2007-03-24 15:57:51 +00:00
rephist.c more cleanups on the hsusage patch 2007-04-30 23:25:22 +00:00
router.c r12585@catbus: nickm | 2007-04-30 14:38:37 -0400 2007-04-30 19:48:33 +00:00
routerlist.c r12586@catbus: nickm | 2007-04-30 15:43:05 -0400 2007-04-30 19:48:39 +00:00
routerparse.c r12586@catbus: nickm | 2007-04-30 15:43:05 -0400 2007-04-30 19:48:39 +00:00
test.c r12570@catbus: nickm | 2007-04-30 10:49:50 -0400 2007-04-30 14:52:05 +00:00
tor_main.c r12569@catbus: nickm | 2007-04-30 10:48:51 -0400 2007-04-30 14:52:02 +00:00