[pcre-dev] [Bug 798] New: ltmain.sh doesn't work when there'…

Inizio della pagina
Delete this message
Autore: Robert Nicholson
Data:  
To: pcre-dev
Oggetto: [pcre-dev] [Bug 798] New: ltmain.sh doesn't work when there's a space in the path
------- 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: ph10@???
        ReportedBy: robert@???
                CC: pcre-dev@???



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