chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] csc-options in .eg file


From: felix . winkelmann
Subject: Re: [Chicken-hackers] csc-options in .eg file
Date: Sat, 18 Aug 2018 10:01:52 +0200

> Hey Jörg
>
> > Any reasons this is not a good idea (TM).
>
> The string syntax allows things such as easily specifying several
> libraries to link.  Compare ("-L" "-lfoo -lbar") with (-L -lfoo -lbar).
> The latter is an error as it's interpreted as three separate arguments
> and the -l<name> invocation syntax has been deprecated.  I'd therefore
> vote for keeping the string syntax in any case.

Yes, both makes sense. I'll submit a patch ASAP.


felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]