Como posso definir os sinalizadores com prefixo do gentoo?

1

Eu instalei o sistema LFS , depois tentei instalar o prefixo do gentoo no meu sistema. Mas vem erro:

I'm going to check for some variables in your environment now:  
  it appears ASFLAGS is not set :)  
  it appears CFLAGS is not set :)  
  it appears CPPFLAGS is not set :)   
  it appears CXXFLAGS is not set :)  
  it appears DYLD_LIBRARY_PATH is not set :)  
  it appears GREP_OPTIONS is not set :)  
  it appears LDFLAGS is not set :)  
  it appears LD_LIBRARY_PATH is not set :)  
  it appears LIBPATH is not set :)  
  it appears PERL_MM_OPT is not set :)  
  uh oh, PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/kde/share  /pkgconfig:/opt/qt/lib/pkgconfig:/opt/lib/pkgconfig:/opt/share/pkgconfig :(  

Ahem, your shell environment contains some variables I'm allergic to:  
  PKG_CONFIG_PATH  
These flags can and will influence the way in which packages compile.  
In fact, they have a long standing tradition to break things.  I really  
prefer to be on my own here.  So please make sure you disable these  
environment variables in your shell initialisation files.  After you've  
done that, you can run me again.  

Como posso definir essas variáveis de ambiente? Eu tentei ecoar essas bandeiras no meu gentoo, mas não sai nada.

    
por zjhui 23.04.2013 / 18:28

1 resposta

1

Os primeiros estão bem, verifica se estão desfeitos. O último, você pode fazer apenas unset PKG_CONFIG_PATH . Você pode optar por instalar o próprio Gentoo Linux se encontrar mais problemas, é leve o suficiente comparado ao LFS e você sempre pode tentar reduzi-lo se achar que não é.

    
por 06.05.2013 / 21:00