-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cygwin test build failure #2918
Comments
|
Please test the attached patch. |
it is OK.
$ grep -i pass mc-4.8.1.6-1-check.log |
Created branch 2918_cygwin_test_build (parent: master).
Review, please. |
|
|
|
|
Important
This issue was migrated from Trac:
matzeri
(marco.atzeri@….com)on
tests/lib/mcconfig/Makefile.am
tests/lib/vfs/Makefile.am
tests/src/filemanager/Makefile.am
AM_LDFLAGS = -Wl,-z,muldefs
but on cygwin the linker does not accept the "-z" option and
AM_LDFLAGS = -Wl,--allow-multiple-definition
is needed.
Note
Original attachments:
andrew_b
(@aborodin) onOct 18, 2012 at 6:17 UTC
The text was updated successfully, but these errors were encountered: