Re: Mac OS X and Garnome



grep: invalid option -- o

The README and website states a "sane GNU toolchain" as a prerequisite
to build GARNOME. The 'grep' used above obviously is not GNU grep.

This seems to be one of the cases, where the GNU grep actually is
necessary. You probably could work around this one, though. Most 'grep'
usage should be save even for non GNU grep...

This I wasn't able to reproduce - which version of grep do you have installed? (grep --version)

checking for gcc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables

This sounds way more serious. For some reason configure does not like
your compiler.

...guenther

This one I have encountered in the past, and it's Yet Another Darwin ld Issue?. From what I've been able to figure out, the Darwin ld defaults to -dynamic, so --export-dynamic isn't necessary (and therefore isn't included in ld). Remove the line -Wl,--export-dynamic from LDFLAGS in gar.conf.mk, and you should be ok.

-steve :)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]