Steve Gonczi wrote:
> Thanks for the replies.  I tried switching to dwarf.. no sucess.
>
> I see what is happening. The last step in the scheme of the build system is 
> running ctfconvert 
> on the various *.o files, predictably converting the debug info to ctf 
> format.  
>   
After you bldenv -d ./opensolaris.sh you can manually change a few 
things in the env.. (not normally recommended)

- export CTFCONVERT=/opt/onbld/bin/i386/ctfconvert
- export CTFMERGE=/opt/onbld/bin/i386/ctfmerge
- export CTFSTABS=/opt/onbld/bin/i386/ctfstabs
+ export CTFCONVERT=/bin/true
+ export CTFMERGE=/bin/true
+ export CTFSTABS=/bin/true

This way the build continues, but ctf* doesn't actually do anything..

./C




Reply via email to