From: Morgan R. <ms...@re...> - 2006-07-19 04:03:47
|
Hi, Noticed a while back someone having problems compiling libopensync-plugin-synce, but not much info beyond 'works for me' :^) Not really interested in rolling my own RPMs, simple compile from source would make me smile :) Copied below is output fail and also relevant(?) info from log. Any suggestions welcome. (Suspect this is something fairly simple I'm missin= g?) Regards, Morgan. [root@morgansmachine SVN]# svn co http://svn.opensync.org/plugins/synce A synce/AUTHORS A synce/INSTALL A synce/acinclude.m4 A synce/configure.in A synce/ChangeLog A synce/src A synce/src/synce_plugin.c A synce/src/synce_file.c A synce/src/synce_plugin.h A synce/src/synce_file.h A synce/src/synce_conf.c A synce/src/Makefile.am A synce/src/synce-plugin A synce/COPYING A synce/Makefile.am A synce/autogen.sh A synce/misc A synce/misc/synce.spec.in A synce/NEWS A synce/README U synce Checked out revision 1109. [root@morgansmachine SVN]# cd synce [root@morgansmachine synce]# ./autogen.sh configure.in: installing `./install-sh' configure.in: installing `./missing' src/Makefile.am: installing `./compile' src/Makefile.am: installing `./depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PACKAGE... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. [root@morgansmachine synce]# config.log (relevant stuff?) : =2E.. configure:2590: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:2593: $? =3D 1 configure:2616: checking for C compiler default output file name configure:2619: gcc conftest.c -lmimedir >&5 /usr/bin/ld: a.out: hidden symbol `__stack_chk_fail_local' in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status configure:2622: $? =3D 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Synce Plugin" | #define PACKAGE_TARNAME "libopensync-plugin-synce" | #define PACKAGE_VERSION "0.05" | #define PACKAGE_STRING "Synce Plugin 0.05" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libopensync-plugin-synce" | #define VERSION "0.05" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2661: error: C compiler cannot create executables See `config.log' for more details. --=20 Morgan Read NEW ZEALAND <mailto:mstuffATreadDOTorgDOTnz> fedora: Freedom Forever! http://fedoraproject.org/wiki/Overview |