LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-01-2006, 08:35 AM   #1
solar1951
Member
 
Registered: May 2005
Location: France
Distribution: Ubuntu Feisty and Mint Cassandra
Posts: 86

Rep: Reputation: 15
failure to install kompozer from source


Hi, Trying to install komposer 0.77 from source tarball - this is a "less buggy" NVu ? - and fails.
Here is copy of config.log - anyone help please, am a newbie so be gentle.

configure:885: checking host system type
configure:906: checking target system type
configure:924: checking build system type
configure:1975: checking for gcc
configure:2088: checking whether the C compiler (gcc -DDEBIAN ) works
configure:2104: gcc -o conftest -DDEBIAN conftest.c 1>&5
configure:2130: checking whether the C compiler (gcc -DDEBIAN ) is a cross-compiler
configure:2135: checking whether we are using GNU C
configure:2163: checking whether gcc accepts -g
configure:2199: checking for c++
configure:2231: checking whether the C++ compiler (g++ -DDEBIAN ) works
configure:2247: g++ -o conftest -DDEBIAN conftest.C 1>&5
configure:2273: checking whether the C++ compiler (g++ -DDEBIAN ) is a cross-compiler
configure:2278: checking whether we are using GNU C++
configure:2306: checking whether g++ accepts -g
configure:2355: gcc -c -DDEBIAN conftest.c 1>&5
configure:2372: gcc -c -DDEBIAN conftest.c 1>&5
configure: In function 'main':
configure:2368: warning: incompatible implicit declaration of built-in function 'exit'
configure:2391: checking for ranlib
configure:2423: checking for as
configure:2464: checking for ar
configure:2499: checking for ld
configure:2534: checking for strip
configure:2569: checking for windres
configure:2653: checking for gawk
configure:3023: checking whether gcc and cc understand -c and -o together
configure:3108: checking how to run the C preprocessor
configure:3188: checking how to run the C++ preprocessor
configure:3242: checking for a BSD compatible install
configure:3295: checking whether ln -s works
configure:3320: checking for perl5
configure:3360: checking for minimum required perl version >= 5.004
configure:3370: checking for full perl installation
configure:3383: checking for doxygen
configure:3419: checking for whoami
configure:3455: checking for autoconf
configure:3491: checking for unzip
configure:3529: checking for zip
configure:3570: checking for makedepend
configure:3605: checking for xargs
configure:3735: checking for gmake
configure:3801: checking for X
configure:4115: checking for dnet_ntoa in -ldnet
configure:4156: checking for dnet_ntoa in -ldnet_stub
configure:4204: checking for gethostbyname
configure:4302: checking for connect
configure:4394: checking for remove
configure:4486: checking for shmat
configure:4587: checking for IceConnectionNumber in -lICE
configure:4869: checking whether ld has archive extraction flags
configure:4926: checking for 64-bit OS
configure:4936: gcc -o conftest -DDEBIAN conftest.c 1>&5
configure: failed program was:
#line 4931 "configure"
#include "confdefs.h"
int main () {
if (sizeof(long) == 8) { return 0; } return 1; }
configure:6096: checking for ANSI C header files
configure:6200: checking for working const
configure:6275: checking for mode_t
configure:6308: checking for off_t
configure:6341: checking for pid_t
configure:6374: checking for size_t
configure:6407: checking for uid_t in sys/types.h
configure:6441: checking for st_blksize in struct stat
configure:6475: checking for siginfo_t
configure:6522: checking for int16_t
configure:6557: checking for int32_t
configure:6592: checking for int64_t
configure:6627: checking for int64
configure:6662: checking for uint
configure:6697: checking for uint_t
configure:6732: checking for uint16_t
configure:6776: checking for uname.domainname
configure:6813: checking for uname.__domainname
configure:6859: checking for usable wchar_t (2 bytes, unsigned)
configure:6909: checking for compiler -fshort-wchar option
configure:6960: checking for .hidden assembler directive
configure:6980: checking whether __attribute__((visibility())) is supported
configure:7012: checking for dirent.h that defines DIR
configure:7050: checking for opendir in -ldir
configure:7142: checking for sys/byteorder.h
configure:7142: checking for compat.h
configure:7142: checking for getopt.h
configure:7182: checking for sys/bitypes.h
configure:7182: checking for memory.h
configure:7182: checking for unistd.h
configure:7222: checking for gnu/libc-version.h
configure:7222: checking for nl_types.h
configure:7262: checking for malloc.h
configure:7302: checking for X11/XKBlib.h
configure:7343: checking for sys/statvfs.h
configure:7343: checking for sys/statfs.h
configure:7343: checking for sys/vfs.h
configure:7343: checking for sys/mount.h
configure:7384: checking for mmintrin.h
configure:7431: checking for new
configure:7482: checking for sys/cdefs.h
configure:7526: checking for gethostbyname_r in -lc_r
configure:7575: checking for atan in -lm
configure:7628: checking for dlopen in -ldl
configure:7664: checking for dlfcn.h
configure:7809: checking for socket in -lsocket
configure:7873: checking for XDrawLines in -lX11
configure:7914: checking for XextAddDisplay in -lXext
configure:7957: checking for XtFree in -lXt
configure:8130: checking for XineramaIsActive in -lXinerama
configure:8171: checking for X11/extensions/Xinerama.h
configure:8204: checking for XShmCreateImage in -lXext
configure:8245: checking for X11/extensions/XShm.h
configure:8285: checking for XieFloGeometry in -lXIE
configure:8326: checking for X11/extensions/XIElib.h
configure:8410: checking for freetype-config
configure:8446: checking for FreeType - version >= 6.1.0
configure:8520: gcc -o conftest -DDEBIAN -I/usr/include/freetype2 conftest.c -lfreetype -lz -ldl -lm 1>&5
configure:8572: checking for pthread_create in -lpthreads
gcc -o dummy dummy.c -DDEBIAN -lpthreads -ldl -lm
dummy.c: In function 'main':
dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:8594: checking for pthread_create in -lpthread
gcc -o dummy dummy.c -DDEBIAN -lpthread -ldl -lm
dummy.c: In function 'main':
dummy.c:9: warning: incompatible implicit declaration of built-in function 'exit'
configure:8694: checking whether gcc accepts -pthread
configure:8848: checking whether mmap() sees write()s
configure:8891: gcc -o conftest -DDEBIAN -pthread conftest.c -ldl -lm 1>&5
configure:8916: checking whether gcc needs -traditional
configure:8962: checking for 8-bit clean memcmp
configure:9000: checking for random
configure:9000: checking for strerror
configure:9000: checking for lchown
configure:9000: checking for fchmod
configure:9000: checking for snprintf
configure:9000: checking for statvfs
configure:9000: checking for memmove
configure:9000: checking for rint
configure:9055: checking for flockfile
configure:9055: checking for getpagesize
configure:9112: checking for localtime_r
configure:9112: checking for strtok_r
configure:9176: checking for wcrtomb
configure:9208: checking for mbrtowc
configure:9249: checking for res_ninit()
configure:9296: checking for gnu_get_libc_version()
configure:9341: checking for iconv in -lc
configure:9472: checking for iconv()
configure:9514: checking for iconv() with const input
configure:9563: checking for nl_langinfo and CODESET
configure:9607: checking for an implementation of va_copy()
configure:9648: checking for an implementation of __va_copy()
configure:9689: checking whether va_lists can be copied by value
configure:9812: checking for C++ exceptions flag
configure:9847: checking for gcc 3.0 ABI
configure:9886: checking for C++ "explicit" keyword
configure:9922: checking for C++ "typename" keyword
configure:9967: checking for modern C++ template specialization syntax support
configure:10004: checking whether partial template specialization works
configure:10038: checking whether operators must be re-defined for templates derived from templates
configure:10077: checking whether we need to cast a derived template to pass as its base class
configure:10112: checking whether the compiler can resolve const ambiguities for templates
configure:10160: checking whether the C++ "using" keyword can change access
configure:10212: checking whether the C++ "using" keyword resolves ambiguity
configure:10254: checking for "std::" namespace
configure:10287: checking whether standard template operator!=() is ambiguous
configure:10324: checking for C++ reinterpret_cast
configure:10358: checking for C++ dynamic_cast to void*
configure:10406: checking whether C++ requires implementation of unused virtual methods
configure:10441: checking for trouble comparing to zero near std:perator!=()
configure:10489: checking for LC_MESSAGES
configure:10782: checking for gzread in -lz
configure:10850: gcc -o conftest -Iyes/include -DDEBIAN -pthread -Lyes/lib conftest.c -lz -ldl -lm 1>&5
configure: In function 'main':
configure:10840: warning: incompatible implicit declaration of built-in function 'exit'
configure:11369: checking for pkg-config
configure:11413: checking for gtk+-2.0 >= 1.3.7
configure:11420: checking MOZ_GTK2_CFLAGS
configure:11425: checking MOZ_GTK2_LIBS
configure:11775: checking for xft
configure:11782: checking MOZ_XFT_CFLAGS
configure:11787: checking MOZ_XFT_LIBS
configure:11865: checking for pango >= 1.1.0
configure:11872: checking _PANGOCHK_CFLAGS
configure:11877: checking _PANGOCHK_LIBS
configure:11941: checking for XpGetPrinterList in -lXp
configure:12077: checking for gnome-vfs-2.0 >= 2.0 gnome-vfs-module-2.0 >= 2.0
configure:12084: checking MOZ_GNOMEVFS_CFLAGS
configure:12089: checking MOZ_GNOMEVFS_LIBS
configure:12181: checking for gconf-2.0 >= 1.2.1
configure:12188: checking MOZ_GCONF_CFLAGS
configure:12193: checking MOZ_GCONF_LIBS
configure:12281: checking for libgnome-2.0 >= 2.0
configure:12288: checking MOZ_LIBGNOME_CFLAGS
configure:12293: checking MOZ_LIBGNOME_LIBS
configure:13490: checking for valid optimization flags
configure:13501: gcc -c -DDEBIAN -pthread -O conftest.c 1>&5
configure:13838: checking for __builtin_vec_new
configure:13838: checking for __builtin_vec_delete
configure:13838: checking for __builtin_new
configure:13838: checking for __builtin_delete
configure:13838: checking for __pure_virtual
configure:14113: checking for __cxa_demangle
configure:14282: checking for gcc -pipe support
dummy-hello.c: In function 'main':
dummy-hello.c:2: warning: incompatible implicit declaration of built-in function 'exit'
configure:14304: gcc -c -DDEBIAN -pthread -pipe conftest.c 1>&5
configure:14346: checking whether compiler supports -Wno-long-long
configure:14355: gcc -c -DDEBIAN -pthread -pipe -Wno-long-long conftest.c 1>&5
configure:14376: checking whether C compiler supports -fprofile-generate
configure:14385: gcc -c -DDEBIAN -pthread -pipe -fprofile-generate conftest.c 1>&5
configure:14499: checking for correct temporary object destruction order
configure:14524: g++ -o conftest -DDEBIAN -fshort-wchar -pthread -pipe conftest.C -ldl -lm 1>&5
configure:14545: checking for correct overload resolution with const and templates
configure:14580: g++ -c -DDEBIAN -fshort-wchar -pthread -pipe -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long conftest.C 1>&5
configure:14915: checking for libIDL-2.0 >= 0.8.0
configure:14922: checking LIBIDL_CFLAGS
configure:14927: checking LIBIDL_LIBS
configure:15626: checking for glib-2.0 >= 1.3.7
configure:15633: checking GLIB_CFLAGS
configure:15638: checking GLIB_LIBS
configure:16818: gcc -c -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -DDEBIAN -pthread -pipe conftest.c 1>&5
configure: In function 'main':
configure:16812: warning: implicit declaration of function 'exit'
configure:16812: warning: incompatible implicit declaration of built-in function 'exit'
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
10.1 GM install failure fragos SUSE / openSUSE 3 05-12-2006 10:52 AM
YOU failure: installation source add fails simoneroper Linux - Software 8 03-03-2006 06:33 AM
Failure to Compile aic7xxx in 2.4.21-286 Kernel source lrukieh Linux - Software 2 01-22-2006 10:30 AM
ORACLE 9.0.1 Install Failure yuewang Linux - Software 1 11-07-2002 01:32 AM
Linux install 3x failure Serena Linux - Software 3 04-21-2002 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration