On 7 Mar 2001, Jean-Marc Lasgouttes wrote:
> >>>>> "Jeff" == Jeff Whitaker <[EMAIL PROTECTED]> writes:
>
> Jeff> There are no patches required for lyx. Before running
> Jeff> "configure", fink sets the following environment variables,
>
> Jeff> setenv CPPFLAGS -traditional-cpp setenv CXX c++
>
> Why is the second one needed? g++ is not good in this case?
some libraries are automatically linked when c++ is used, that are not
with g++.
>
> Jeff> It also updates config.guess and config.sub so that the darwin
> Jeff> os is recognized as a valid architecture. You could probably get
> Jeff> away with just passing "--host=powerpc-apple-bsd" to configure
> Jeff> without updating these files.
>
> Is there an "official" source for a config.{guess,sub} which supports
> macosx? We could update them if needed.
>
I've put the config.guess and config.sub files from the fink distribution
at http://www.cdc.noaa.gov/~jsw/fink.
-Jeff