Error building gnucash 1.8.12 on OpenSuSE 10.0
Rauch Christian
info at rauch-webdesign.de
Thu Oct 20 10:58:59 EDT 2005
Christian Stimming schrieb:
> As it turns out, the described workaround is still correct, even for
> OpenSuSE 10.0. In this particular case, ./configure was invoked from a
> rpm spec file, which specified additionally the arguments ./configure
> --host=i686-suse-linux --build=i686-suse-linux
> --target=i686-suse-linux. This is the target name which is not
> supported by the shipped configure and needs to be overridden by the
> --build=i686-pc-linux-gnu.
>
> However, when Christian Rauch added --build=i686-pc-linux-gnu, then
> the --build and --host/target were different, so there was an error
> message about "cross compiling". The final workaround for this
> particular case where build, host, target are all given, is to use all
> three with the working target name:
>
> ./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu
> --target=i686-pc-linux-gnu
>
> For all normal users that do not deal with a rpm spec file, the described
>
> ./configure --build=i686-pc-linux-gnu
>
> is still sufficient.
>
> Christian
Seems to, i have to get much more deeper into rpm-building.
Thanks, Christian for helping me in this and many other cases since i
started building.
All others, keep up the good work and thanks for such a great piece of
software!
And yes, it builds fine now and starts without any error!
Regards,
Christian Rauch
More information about the gnucash-devel
mailing list