Yeni bir make.conf dosyası deniyorum. Bu dosya ile make buildworld yapmaya
çalıştığımda aşağıdaki hatayı alıyorum. Sorun ne olabilir ve nasıl
aşabilirim?

 

rses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H
-DFREEBSD_NATIVE -DTERMIOS
/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/tinfo/make_key
s.c

`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

/usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc

*** Error code 1

 

Stop in /usr/src/lib/ncurses/ncurses.

 

 

Make.conf dosya içeriğinden br kaç satır:

 

CPUTYPE?=i686

CFLAGS= -O2 -pipe -funroll-loops -mcpu=pentium -march=pentium

CXXFLAGS+= -fconserve-space -fmemoize-lookups -fsave-memoized

BDECFLAGS=      -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \

                -Wcast-qual -Wchar-subscripts -Winline \

                -Wmissing-prototypes -Wnested-externs -Wpointer-arith \

                -Wredundant-decls -Wshadow -Wstrict-prototypes
-Wwrite-strings

COPTFLAGS= -O -pipe

 

 

İyi çalışmalar...

Cevap