FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › General Discussion › Can’t compile on x86_64
- This topic has 0 replies, 1 voice, and was last updated 16 years, 8 months ago by swldstn.
-
AuthorPosts
-
09/03/2008 at 7:40 PM #2287swldstnParticipant
I was looking for an amd64 package but none is available so I thought I would try to build it. I couldn’t get past the ./configure? I’ve attached the config.log. Can’t seem to get conftest.c to be found.
Steve 🙁
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was$ ./configure -prefix=/usr –enable-sqlite –enable-avahi
##
##
## Platform. ##
##
##hostname = blackbox
uname -m = x86_64
uname -r = 2.6.22-14-server
uname -s = Linux
uname -v = #1 SMP Tue Feb 12 03:10:53 UTC 2008/usr/bin/uname -p = unknown
/bin/uname -X = unknown/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknownPATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games##
##
## Core tests. ##
##
##configure:1579: checking for a BSD-compatible install
configure:1634: result: /usr/bin/install -c
configure:1645: checking whether build environment is sane
configure:1688: result: yes
configure:1753: checking for gawk
configure:1782: result: no
configure:1753: checking for mawk
configure:1769: found /usr/bin/mawk
configure:1779: result: mawk
configure:1753: checking for mawk
configure:1769: found /usr/bin/mawk
configure:1779: result: mawk
configure:1789: checking whether make sets $(MAKE)
configure:1809: result: yes
configure:1998: checking for style of include used by make
configure:2026: result: GNU
configure:2097: checking for gcc
configure:2113: found /usr/bin/gcc
configure:2123: result: gcc
configure:2367: checking for C compiler version
configure:2370: gcc –version &5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2373: $? = 0
configure:2375: gcc -v &5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v –enable-languages=c,c++,fortran,objc,obj-c++,treelang –prefix=/usr –enable-shared –with-system-zlib –libexecdir=/usr/lib –without-included-gettext –enable-threads=posix –enable-nls –with-gxx-include-dir=/usr/include/c++/4.1.3 –program-suffix=-4.1 –enable-__cxa_atexit –enable-clocale=gnu –enable-libstdcxx-debug –enable-mpfr –enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2378: $? = 0
configure:2380: gcc -V &5
gcc: ‘-V’ option must have argument
configure:2383: $? = 1
configure:2406: checking for C compiler default output file name
configure:2409: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2412: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME “”
| #define PACKAGE_TARNAME “”
| #define PACKAGE_VERSION “”
| #define PACKAGE_STRING “”
| #define PACKAGE_BUGREPORT “”
| #define PACKAGE “mt-daapd”
| #define VERSION “svn-1586”
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2451: error: C compiler cannot create executables
See `config.log’ for more details. -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.