Re: [Cegcc-devel] building support for objc obj-c++

2009-01-26 Thread Marc Vaillant
On Sun, Jan 25, 2009 at 10:01:13AM +0100, Danny Backx wrote: > Yes that should be possible. That's one of the front ends, the goal of > gcc is to have very little crossover between front ends and back ends so > implementing objc or obj-c++ for should mostly be a configuration issue. Ok thanks.

Re: [Cegcc-devel] building support for objc obj-c++

2009-01-25 Thread Danny Backx
Yes that should be possible. That's one of the front ends, the goal of gcc is to have very little crossover between front ends and back ends so implementing objc or obj-c++ for should mostly be a configuration issue. There's some documentation on how the gcc build/configuration works in gcc/doc, e

[Cegcc-devel] building support for objc obj-c++

2009-01-21 Thread Marc Vaillant
Hi, Is it possible to build the cegcc toolchain with objc and obj-c++ support? I downloaded the trunk tarball, modified the build scrips to enable the objc and obj-c++ languages in the gcc configure options, but no luck. When the build script runs the gcc configure, I get: The following requeste