Re: cannot exec `cpp0': No such file or directory

2002-02-20 Thread David O'Brien
On Wed, Feb 20, 2002 at 06:02:38PM +0100, Jose M. Alcaide wrote: > $ cc p.c -o p > cc: installation problem, cannot exec `cpp0': No such file or directory Fixed. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cannot exec `cpp0': No such file or directory

2002-02-20 Thread Jose M. Alcaide
On Wed, Feb 20, 2002 at 09:21:14AM -0800, David O'Brien wrote: > I need to see the output of ``/usr/bin/cc -print-search-dirs'' from the > problematic compiler. $ /usr/bin/cc -print-search-dirs install: /usr/libexec/(null) programs: /usr/libexec/elf/ libraries: /usr/lib/ -- ** Jose M. Alcai

Re: cannot exec `cpp0': No such file or directory

2002-02-20 Thread David O'Brien
On Wed, Feb 20, 2002 at 06:02:38PM +0100, Jose M. Alcaide wrote: > Using ktrace(1), I found that now cc searchs its subcomponents in > /usr/libexec/elf. However, installworld puts them in /usr/libexec. ... > Could this problem be related to the recent changes to > src/gnu/usr.bin/cc/cc_tools/freeb