This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libtool piecewise linking
In article <oru18afqhp.fsf@free.redhat.lsd.ic.unicamp.br> you write:
>On Aug 21, 2003, Ian Lance Taylor <ian@airs.com> wrote:
>
>> For a start, put the file names in double quotes. The linker will
>> take anything in double quotes. That will work for anything except a
>> file name which itself contains a double quote character.
>
>Can double quotes within double quotes be quoted somehow? How far
>back does the ability to use double quotes go?
Do you have any actual uses of filenames with double quotes ?
This looks to me like a totally theoretical worry.
I can understand spaces in filenames, but double quotes ???