Not so simple, it seems.

There are some include files (like objc.h), which do get installed after 
a build in the $BASE/usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/include 
directory. But the moment I run 'install', this 'include' directory gets 
removed by the shell script 'install-sfw'.
I could see that some of the include files, like 'stdarg.h' do gets 
saved in 'install-tools' directory.

Any help is much appreciated.
For people who missed out the earlier discussions on this thread, I am 
trying to add Objective-C to the list of languages supported by GCC.

Thanks
Siva

Danek Duvall wrote:
> In the component's directory, you'll need to modify (at least)
> 
>     Makefile
>     install-sfw
>     DISTDIRS
>     DISTFILES
>     EXFILES
> 
> in $SRC/pkgdefs, you'll need to modify
> 
>     SUNWgcc/prototype_com
>     SUNWgccS/prototype_com
> 
> (and possibly SUNWgcc/prototype_{i386,sparc}, if you add any objects which
> have architecture-specific paths).  That should be it, since you're not
> updating a component's version, or adding any new packages.
> 
> Danek

Reply via email to