pkgsrc-Bugs archive

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

"Something is trying to run the c compiler"



Hello!

I'm trying to build a package (devel/pkg-config in this case) and it fails complaining about C-compiler, that "can not create executables".

Looking into the config.log left after the failed configure-run, I see:

   configure:2924: checking for C compiler version
   configure:2931: gcc44 --version >&5
   PKGSRC-WARNING: Something is trying to run the c compiler,
   PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package
   Makefile.
   configure:2934: $? = 1
   configure:2941: gcc44 -v >&5
   PKGSRC-WARNING: Something is trying to run the c compiler,
   PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package
   Makefile.
   configure:2944: $? = 1
   configure:2951: gcc44 -V >&5
   PKGSRC-WARNING: Something is trying to run the c compiler,
   PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package
   Makefile.
   configure:2954: $? = 1
   configure:2977: checking for C compiler default output file name
   configure:3004: gcc44 -Wno-error -O2 -pipe -march=core2
   -fno-strict-aliasing -Wno-format -fno-builtin -I/usr/include
   -I/usr/include -L/usr/lib64 -Wl,-R/usr/lib64 -Wl,-R/opt/lib
   conftest.c >&5
   PKGSRC-WARNING: Something is trying to run the c compiler,
   PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package
   Makefile.
   [....]

What's wrong? CC is set to gcc44 here, and CXX -- to g++44. The system is RHEL-5.4/amd64. Thanks!..

   -mi



Home | Main Index | Thread Index | Old Index