Hi, 

Thanks for the tip. I ran cw -_versions and got this result:


# cw -_versions
cw version 1.21 (SHADOW MODE DISABLED)
primary: /usr/sfw/bin/gcc
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

#

So it seems that the environment is setup correctly. But, when I run dmake and 
check which processes are running (with ps -a) I see the following 

ps#  -a
    PID TTY         TIME CMD
237957 pts/2       0:00 sh
237999 pts/2       0:00 sh
237982 pts/2       0:00 dmake
238031 pts/2       0:00 sh
238082 pts/2       0:00 dmake
238083 pts/2       0:00 sh
238085 pts/2       0:00 cc
238089 pts/2       0:00 dmake
238000 pts/2       0:00 dmake
238024 pts/2       0:01 dmake
237956 pts/2       0:00 bash
238102 pts/3       0:00 ps
238090 pts/2       0:00 sh
238032 pts/2       0:16 dmake
238095 pts/2       0:01 iropt
238097 pts/2       0:01 iropt
238091 pts/2       0:00 cw
238084 pts/2       0:00 cw
238023 pts/2       0:00 sh
238092 pts/2       0:00 cc


which indicates that cc is still running instead of gcc.

My question is about one of the things you mentioned in the end: 

"You now get to track down the combination of makefile goo and/or
environment that is causing this."

What do you mean by combination of "makefile goo"? Do you perhaps refer to the 
makefiles in the usr/src/uts directory or somewhere else?

Regards,
Mladen
--
This message posted from opensolaris.org

Reply via email to