[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: help debugging a compiler error (cpp)



On Fri, Jan 05, 2001 at 01:02:01PM -0500, Jonathan Markevich wrote:
| 
| ---
| bash-2.03$ make
| rm -f nv.o os-interface.o os-registry.o Module-linux NVdriver
| cc -c -Wall -Wunknown-pragmas -Wno-multichar -O  -D__KERNEL__ -DMODULE
| -D_LOOSE_KERNEL_NAMES -DUNIX -DLINUX -DNV4_HW -DNTRM -DRM20 -D_X86_=1
| -Di386=1 -D_GNU_SOURCE -DRM_HEAPMGR -D_LOOSE_KERNEL_NAMES    -I.
| -I/usr/src/linux/include nv.c
| cpp: -lang-c: linker input file unused since linking not done
| cc: installation problem, cannot exec 'cc1': No such file or directory
| make: *** [nv.o] Error 1
| ---
| 
| Does anyone know what I need installed here?  Thanks.

I don't know what you need for a debian system, but the Solaris
system's in the lab have cc1.  It is part of Sun's C++ compiler.

-D



Reply to: