------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=798 Summary: ltmain.sh doesn't work when there's a space in the path Product: PCRE Version: 7.6 Platform: Other OS/Version: All Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] Under OSX I have a space in my volume. Probably not a good idea but none the less using a space as a field separator the way this code in ltmain.sh does it pretty niave ++ tmp_libs='/Volumes/G-DRIVE Mini/Downloads/pcre-7.6/libpcre.la ' + new_libs= + for deplib in '$tmp_libs' + case $deplib in + case " $specialdeplibs " in + case " $new_libs " in + new_libs='/Volumes/G-DRIVE ' + for deplib in '$tmp_libs' + case $deplib in + case " $specialdeplibs " in + case " $new_libs " in + new_libs='Mini/Downloads/pcre-7.6/libpcre.la /Volumes/G-DRIVE ' -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
