do not link statically to system libs (glibc, threads, etc)
commit292182f68281744123703e7d5445b005b3d74285
authorygrek <ygrek@autistici.org>
Sun, 10 Apr 2011 17:16:01 +0000 (10 20:16 +0300)
committerygrek <ygrek@autistici.org>
Sun, 10 Apr 2011 17:16:45 +0000 (10 20:16 +0300)
tree409dec1d63348788801560ad744fa47659fba7d4
parent8c0d40daac79e637575a8e171f35e18ea6cce4e9
do not link statically to system libs (glibc, threads, etc)

ocamlopt reorders -ccopt so we have to collect all extra libs into
single list and only then wrap it with linker flags -Bstatic .. -Bdynamic
config/Makefile.in
config/configure.in