You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has not effect.
"adopting flags from ldflags is supposed to happen in Configure, not in
hints." - leont
Configuring a build of perl with -Aappend:ldflags=" -L/var/empty"
and checking the output of 'perl -V:ldflags -V:lddlflags' shows
ldflags=' -L/var/empty';
lddlflags='-bundle -undefined dynamic_lookup -L/var/empty';
Found when analysing issue #9437
Tested on OS X 10.4 aka Darwin 8.
0 commit comments