On Wed, 2022-01-12 at 08:03 -0500, Max Pyziur wrote:
> >get.c gcc -o get get.c `pkg-config --cflags --libs libsoup-2.4`

        Hi,
everything after 'gcc', including the 'gcc' itself, is means to be a
separate command, thus:

   $ curl ..... >get.c

   $ gcc -o get `pkg-config --cflags --libs libsoup-2.4` get.c

   $ ./get ....

Hope it helps.
        Bye,
        Milan
_______________________________________________
SyncEvolution mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to