[Gtk-sharp-list] Very newbie question about installing gtk# on Mac OSX 10.3.8

Jonathan Pryor jonpryor@vt.edu
Wed, 23 Feb 2005 06:48:17 -0500


On Wed, 2005-02-23 at 10:17 +0100, uthin@dbmail.dk wrote:
> ---------------------------
> export PKG_CONFIG_PATH etc. etc. etc
> ---------------------------
> 
> And what do I get:
> 
> ---------------------------
> tcsh: export: Command not found.
> ---------------------------

Use Bash.  Please.  `export' is sh-syntax for csh `setenv', IIRC, but
most online guides I've seen assume sh-syntax.  Sticking with bash will
greatly simplify your life.

Plus, csh-style shells are evil; see:

	http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

 - Jon