[mercury-users] --ld-flags

Simon Taylor stayl at cs.mu.OZ.AU
Fri May 20 19:30:51 AEST 2005


On 20-May-2005, Michael Day <mikeday at yeslogic.com> wrote:
> I need to pass an unquoted flag to the linker on MacOS X, like this:
> 
>  $ gcc ... -framework ApplicationServices
> 
> However, I can't seem to find the right combination of quoting or escaping
> that will convince Mercury to pass this. I've tried:
> 
>  $ mmc ... --ld-flag="-framework ApplicationServices"

mmc --ld-flags "-framework ApplicationServices"?
mmc --ld-flag -framework --ld-flag ApplicationServices?

Simon.
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list