Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created January 10, 2009 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobmcwhirter/45520 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/45520 to your computer and use it in GitHub Desktop.
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap
--enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,o
bjc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifil
e --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC)
configure:3201: $? = 0
configure:3208: gcc -V >&5
gcc: '-V' option must have argument
configure:3211: $? = 1
configure:3234: checking for C compiler default output file name
configure:3261: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchron
ous-unwind-tables -DUSING_AUTOCONF=1 conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:3264: $? = 1
configure:3302: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "open-vm-tools"
| #define PACKAGE_TARNAME "open-vm-tools"
| #define PACKAGE_VERSION "2008.12.23-137496"
| #define PACKAGE_STRING "open-vm-tools 2008.12.23-137496"
| #define PACKAGE_BUGREPORT "open-vm-tools-devel@lists.sourceforge.net"
| #define PACKAGE "open-vm-tools"
| #define VERSION "2008.12.23-137496"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3309: error: C compiler cannot create executables
See `config.log' for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment