[SyncEvolution] Re: Syncing a New Android phone (Samsung A52) w KeepContacts
Milan Crha
mcrha at redhat.com
Wed Jan 12 14:00:43 UTC 2022
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 -- syncevolution at syncevolution.org
To unsubscribe send an email to syncevolution-leave at syncevolution.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
More information about the SyncEvolution
mailing list