At 03:16:08 on Saturday Saturday 13 March 2010, Jos van Kan <vankan@kabelfoon.nl> wrote:
Stan Goodman schreef: (snip)
In the absence of advice, I do not have the foggiest notion of what to do about that tangle. If gcc is indeed in $PATH, I don't see that deleting and then reinstalling it can help. Nor do I know how to coax make to see it.
You could try
CC=$(which gcc) make
If make can't find gcc it must be in some outlandish place and that is what deleting and reinstalling it could repair. If it is in its normal place (/usr/bin) then something is really broken in your setup.
# CC=$(which gcc) make make: *** No targets specified and no makefile found. Stop. So that gcc can be found, which I think was not in doubt.. # find -name "gcc" ./usr/share/virtualbox/src/vboxdrv/math/gcc ./usr/share/virtualbox/src/vboxnetadp/math/gcc ./usr/share/virtualbox/src/vboxnetflt/math/gcc ./usr/lib64/gcc ./usr/bin/gcc ./tmp/vbox.0/math/gcc ./tmp/vbox.1/math/gcc The first three, and also the last two, are directories, all containing identical files, even with the same date. The next two are expected, and there are no duplicates. No doubt I can discard the tmp directories; can some of the others go? Is this likely to be the problem? -- Stan Goodman Qiryat Tiv'on Israel -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org