The C++ compiler to use is defined when you install GNUstep Make.  Did  
you install GNUstep Make from your distribution's packages?  If so,  
then you should file a bug report.  If not then you should rebuild it  
specifying the correct C++ compiler to use in the configure arguments.

David

On 12 May 2008, at 15:49, Charles Paul wrote:

> I am encountering the same build error when compiling PopplerKit (in
> both trunk and release).  For some reason, the make system has a call
> to i486-linux-gnu-g++.  The proper compiler for my platform is
> x86_64-linux-gnu-g++.
>
> My machine is running Debian with a Linux AMD64 kernel, and the
> GNUStep libraries are from the current unstable repository
> [libgnustep-base-dev is at 1.14.1-8], and my GNUStep.sh is hardcoded
> with GNUSTEP_HOST=x86_64-pc-linux-gnu.
>
> I later installed libpopplerkit-dev and libpoppler-dev from the
> unstable repository, with no change in make's behaviour.
>
> There of course may be a very simple route to finding the reason why
> PopplerKit is not getting built properly.  Maybe you all know.  :)
>
> Thanks For Your Time,
> Charles
>
> 5:$ cd Etoile
> 5:$ source /usr/share/GNUstep/Makefiles/GNUstep.sh
> 5:$ make
> This is gnustep-make 2.0.5. Type 'make print-gnustep-make-help' for  
> help.
> Making all in Frameworks...
> make[1]: Entering directory `/home/ulrich/Etoile/Frameworks'
> #####  snip... #####
> Build Project: PopplerKit
>
> PopplerKit  /home/ulrich/Etoile/Frameworks/PopplerKit PopplerKit
> Making build-headers in subprojects of framework PopplerKit...
> make[3]: Entering directory `/home/ulrich/Etoile/Frameworks/ 
> PopplerKit/bindings'
> Making build-headers for subproject bindings...
> make[4]: Nothing to be done for `internal-subproject-build-headers'.
> make[3]: Leaving directory `/home/ulrich/Etoile/Frameworks/ 
> PopplerKit/bindings'
> make[3]: Entering directory
> `/home/ulrich/Etoile/Frameworks/PopplerKit/MissingKit'
> Making build-headers for subproject MissingKit...
> make[4]: Nothing to be done for `internal-subproject-build-headers'.
> make[3]: Leaving directory
> `/home/ulrich/Etoile/Frameworks/PopplerKit/MissingKit'
> Making build-headers for framework PopplerKit...
> Making all in subprojects of framework PopplerKit...
> make[3]: Entering directory `/home/ulrich/Etoile/Frameworks/ 
> PopplerKit/bindings'
> Making all for subproject bindings...
> Compiling file poppler.cc ...
> /bin/sh: i486-linux-gnu-g++: command not found
> make[4]: *** [obj/poppler.o] Error 127
> make[3]: *** [bindings.all.subproject.variables] Error 2
> make[3]: Leaving directory `/home/ulrich/Etoile/Frameworks/ 
> PopplerKit/bindings'
> make[2]: *** [PopplerKit.all.framework.variables] Error 2
> make[2]: Leaving directory `/home/ulrich/Etoile/Frameworks/PopplerKit'
> make[1]: *** [internal-all] Error 2
> make[1]: Leaving directory `/home/ulrich/Etoile/Frameworks'
> make: *** [internal-all] Error 2
>
> _______________________________________________
> Etoile-dev mailing list
> [email protected]
> https://mail.gna.org/listinfo/etoile-dev


_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to