View Single Post
Old 11th September 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

Quote:
Originally Posted by Marred View Post
This is my Printout
jasons-braain# printf '0:\n\t${CC} -v' | make -sf-
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
There lies your problem. "-Wno-pointer-sign" is not available in gcc 3.x.
try using the gcc 4.x compiler to compile nvidia (see post #3 by vermaden)
Reply With Quote