File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818#
1919# see also http://starship.python.net/crew/kernr/mingw32/Notes.html
2020#
21- # * We use put export_symbols in a def-file, and don't use
21+ # * We put export_symbols in a def-file, and don't use
2222# --export-all-symbols because it doesn't worked reliable in some
2323# tested configurations. And because other windows compilers also
2424# need their symbols specified this no serious problem.
3232# (ld doesn't support -shared, so we use dllwrap)
3333# * cygwin gcc 2.95.2/ld 2.10.90/dllwrap 2.10.90 works now
3434# - its dllwrap doesn't work, there is a bug in binutils 2.10.90
35- # see also .....
35+ # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
3636# - using gcc -mdll instead dllwrap doesn't work without -static because
3737# it tries to link against dlls instead their import libraries. (If
3838# it finds the dll first.)
You can’t perform that action at this time.
0 commit comments