cannot exec `cpp0': No such file or directory

2002-02-20 Thread Jose M. Alcaide

Hello,

Just made world, and now cc(1) fails:

$ cc p.c -o p
cc: installation problem, cannot exec `cpp0': No such file or directory

Using ktrace(1), I found that now cc searchs its subcomponents in
/usr/libexec/elf. However, installworld puts them in /usr/libexec.
Nothing is said about this problem in UPDATING.

Could this problem be related to the recent changes to
src/gnu/usr.bin/cc/cc_tools/freebsd-native.h (1.10, 1.11)?

Cheers,
JMA
-- 
** Jose M. Alcaide  //  [EMAIL PROTECTED]  //  [EMAIL PROTECTED] **
** Beware of Programmers who carry screwdrivers --  Leonard Brandwein **

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 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/freebsd-native.h (1.10, 1.11)?

I need to see the output of ``/usr/bin/cc -print-search-dirs'' from the
problematic compiler.

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. Alcaide  //  [EMAIL PROTECTED]  //  [EMAIL PROTECTED] **
** Beware of Programmers who carry screwdrivers --  Leonard Brandwein **

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 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