[Mono-devel-list] Mono: Second Previewlet
Will McCutchen
mccutchen at gmail.com
Sat May 29 17:49:10 EDT 2004
Vlad-
> Your gcc really ought to look in /usr/local/include and /usr/local/lib
> by default; I'm not sure what the gcc/cpp is configured like. Run cpp
> -v to see what its include path is.
cpp -v indicates that gcc is only searching in /usr/include.
> Otherwise, you can do
>
> CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure ....
Thanks for this bit of knowledge, that will come in handy, I'm sure.
> No clue; that error doesn't have anything to do with the mono code or
> build. If anything, it could be an issue with make or gmake. Change
> into the "mono-0.93/mono/mini" directory and run "./genmdesc
> ./cpu-pentium.md cpu-pentium.h pentium_desc" by hand and see if it
> finishes. If it runs fine and doesn't spew those errors, I'd guess a
> make/gmake issue.
Your ./genmdesc command produces the exact same results (repeating
that "Fatal error" line over and over, into infinity. I guess maybe
I'm stuck. Thanks for your help, though, and for illuminating me
about CPPFLAGS and LDFLAGS.
-Will
More information about the Mono-devel-list
mailing list