On the Bourne shell I  can use:

sh-4.1$ gcc `pkg-config gtk+-2.0 --cflags` `pkg-config gtk+-2.0 --libs`
dbuscomm.c


When I try (in Fish):

> gcc (pkg-config gtk+-2.0 --cflags) (pkg-config gtk+-2.0 --libs) dbuscomm.c

I get a whole bunch of bogus compile errors.

Why?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to