Hi On Wed, 2005-02-23 at 10:17 +0100, [EMAIL PROTECTED] wrote:
> I follow the instructions given on > http://www.mono-project.com/using/macos.html. I get to the part: > > --------------------------- > 7. Configure GTK# as per the following: > PKG_CONFIG_PATH=/sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig \ > PATH=/usr/bin:$PATH \ ./configure > --prefix=/Library/Frameworks/Mono.framework/Versions/1.0 > --------------------------- > > And my Terminal (tcsh) tells me: > > --------------------------- > tcsh: PKG_CONFIG_PATH=/sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig: > Command not found. > --------------------------- Try using: set PKG_CONFIG = "/sw/lib/pkgconfig:/usr/X11R6/lib/pkgconfig" > Further down in the instructions I see this: > > --------------------------- > export > DYLIB_LIBRARY_PATH=/sw/lib:/Library/Frameworks/Mono.framework/Versions/1.0/lib/ > --------------------------- Again, try using: set DYLIB_LIBRARY_PATH = "/sw/lib:/Library/Frameworks/Mono.framework/Versions/1.0/lib/" > Am I using the wrong shell? Am I lacking a bleep-load of packages? Am > I destined to be such a loser at unix? Or is just that I use the wrong > deodorant and my Mac thinks I stink. What is it?! The guide is properly made for bash, or another sh-shell, and not tsch. You could try writing "bash" to see if you have a bash shell installed, if that doesn't work try "/usr/bin/bash" or just "/bin/bash". > Somebody, anybody, *please* help! (...sounds of pathetic crying...) I don't know that much about Mac, but I hope my reply is useable. -- Bjarke Freund-Hansen <[EMAIL PROTECTED]> http://rocekiller.dk _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
