sean darcy
2009-Apr-26 14:26 UTC
[asterisk-users] 1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a /usr/bin/ld: i386 architecture of input file `menuselect.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `strcompat.o' is incompatible with i386:x86-64 output sean
Tzafrir Cohen
2009-Apr-26 14:43 UTC
[asterisk-users] 1.6.1: menuselect has problems with x86_64 ??
On Sun, Apr 26, 2009 at 10:26:12AM -0400, sean darcy wrote:> 1.6.1 svn 190575: > > CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" menuselect > make[1]: Entering directory > `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' > gcc -m64 -march=native -mtune=native -floop-interchange > -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c > gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a > /usr/bin/ld: i386 architecture of input file `menuselect.o' is > incompatible with i386:x86-64 output > /usr/bin/ld: i386 architecture of input file `strcompat.o' is > incompatible with i386:x86-64 outputAny chance you built the same directory earlier on i386? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Philipp Kempgen
2009-Apr-26 15:10 UTC
[asterisk-users] 1.6.1: menuselect has problems with x86_64 ??
sean darcy schrieb:> 1.6.1 svn 190575: > > CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" menuselect > make[1]: Entering directory > `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' > gcc -m64 -march=native -mtune=native -floop-interchange > -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c > gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a > /usr/bin/ld: i386 architecture of input file `menuselect.o' is > incompatible with i386:x86-64 output > /usr/bin/ld: i386 architecture of input file `strcompat.o' is > incompatible with i386:x86-64 outputDid you run `make distclean`? Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?ftsf?hrer: Stefan Wintermeyer, Handelsregister: Neuwied B14998 --
M Hulber
2009-Apr-27 18:43 UTC
[asterisk-users] 1.6.1: menuselect has problems with x86_64 ??
Without having tried it I notice the output is x86-64 and not x86_64. Could there be a typo somewhere? sean darcy wrote:> 1.6.1 svn 190575: > > CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" menuselect > make[1]: Entering directory > `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' > gcc -m64 -march=native -mtune=native -floop-interchange > -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c > gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a > /usr/bin/ld: i386 architecture of input file `menuselect.o' is > incompatible with i386:x86-64 output > /usr/bin/ld: i386 architecture of input file `strcompat.o' is > incompatible with i386:x86-64 output > > sean > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- MARK. Hulber Technologies asterisk-admin at hulber.com Read my blog : http://mark.hulber.com Follow @hulber on Twitter: http://twitter.com/hulber
M Hulber
2009-Apr-27 18:54 UTC
[asterisk-users] 1.6.1: menuselect has problems with x86_64 ??
I checked out the 190660 trunk and went all the way through make without a problem. Linux asterisk.hulber.com 2.6.18-128.1.6.el5 #1 SMP Tue Mar 24 12:05:57 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux -------------- Output through generating input for menuselect: [root at asterisk trunk]# ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for uname... /bin/uname checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for gawk... gawk checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for GNU make... make checking for strip... /usr/bin/strip checking for ar... /usr/bin/ar checking for grep... (cached) /bin/grep checking for find... /usr/bin/find checking for compress... : checking for basename... /bin/basename checking for id... /usr/bin/id checking for dirname... /usr/bin/dirname checking for sh... /bin/sh checking for ln... /bin/ln checking for dot... : checking for wget... /usr/bin/wget checking for curl... /usr/bin/curl checking for rubber... : checking for kpsewhich... : checking for xmlstarlet... : checking for soxmix... soxmix checking for md5... no checking for md5sum... md5sum checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking arpa/nameser.h usability... yes checking arpa/nameser.h presence... yes checking for arpa/nameser.h... yes checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for struct stat.st_blksize... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for ptrdiff_t... yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether closedir returns void... no checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether gcc needs -traditional... no checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for function prototypes... yes checking whether setvbuf arguments are reversed... no checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for working strcoll... yes checking for strftime... yes checking for working strnlen... yes checking for working strtod... yes checking for utime.h... (cached) yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for asprintf... yes checking for atexit... yes checking for closefrom... no checking for dup2... yes checking for endpwent... yes checking for ftruncate... yes checking for getcwd... yes checking for gethostbyname... yes checking for gethostname... yes checking for getloadavg... yes checking for gettimeofday... yes checking for ioperm... yes checking for inet_ntoa... yes checking for isascii... yes checking for localtime_r... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for munmap... yes checking for putenv... yes checking for re_comp... yes checking for regcomp... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strcasecmp... yes checking for strcasestr... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strncasecmp... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strsep... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for strtoq... yes checking for unsetenv... yes checking for utime... yes checking for vasprintf... yes checking for getpeereid... no checking for sysctl... yes checking for swapctl... no checking for glob... yes checking for timersub in time.h... yes checking for sys/poll.h... (cached) yes checking for funopen... no checking for fopencookie... yes checking for inet_aton... yes checking for IP_PKTINFO... yes checking for library containing gethostbyname_r... none required checking for gethostbyname_r with 6 arguments... yes checking for gethostbyname_r with 5 arguments... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for __swap16 variant of <sys/endian.h> byteswapping macros... no checking for bswap16 variant of <sys/endian.h> byteswapping macros... no checking for /dev/urandom... yes checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes checking for pthread_rwlock_timedwrlock() in pthread.h... no checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes checking for compiler atomic operations... yes checking for compiler 'attribute pure' support... yes checking for compiler 'attribute malloc' support... yes checking for compiler 'attribute const' support... yes checking for compiler 'attribute unused' support... yes checking for compiler 'attribute always_inline' support... yes checking for compiler 'attribute deprecated' support... yes checking for compiler 'attribute sentinel' support... yes checking for compiler 'attribute warn_unused_result' support... yes checking for compiler 'attribute weak' support... yes checking for compiler 'attribute weak_import' support... no checking for compiler 'attribute alias' support... yes checking for -ffunction-sections support... yes checking for --gc-sections support... yes checking for -Wdeclaration-after-statement support... yes checking for _FORTIFY_SOURCE support... yes checking for -fno-strict-overflow... no checking for -Wshadow... yes checking for sysinfo... yes checking for library containing res_9_ninit... no checking for res_ninit... yes checking for library containing res_9_ndestroy... no checking for res_ndestroy... no checking for GLOB_NOMAGIC in glob.h... yes checking for GLOB_BRACE in glob.h... yes checking for IP_MTU_DISCOVER in netinet/in.h... yes checking libkern/OSAtomic.h usability... no checking libkern/OSAtomic.h presence... no checking for libkern/OSAtomic.h... no checking for int... yes checking size of int... 4 checking for snd_spcm_init in -lasound... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for initscr in -lcurses... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for cap_from_text in -lcap... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for DAHDI_CODE in dahdi/user.h... yes checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no checking for enhanced dahdi vmwi support... no checking for exp2l in -lm... yes checking for log2l in -lm... yes checking for exp10l in -lm... yes checking for log10l in -lm... yes checking for sinl in -lm... yes checking for cosl in -lm... yes checking for tanl in -lm... yes checking for asinl in -lm... yes checking for acosl in -lm... yes checking for atanl in -lm... yes checking for atan2l in -lm... yes checking for powl in -lm... yes checking for sqrtl in -lm... yes checking for rintl in -lm... yes checking for expl in -lm... yes checking for logl in -lm... yes checking for remainderl in -lm... yes checking for fmodl in -lm... yes checking for roundl in -lm... yes checking for truncl in -lm... yes checking for strtold in -lc... yes checking for stdlib.h... (cached) yes checking for floorl in -lm... yes checking for ceill in -lm... yes checking for exp2 in -lm... yes checking for log2 in -lm... yes checking for exp10 in -lm... yes checking for log10 in -lm... yes checking for sin in -lm... yes checking for cos in -lm... yes checking for tan in -lm... yes checking for asin in -lm... yes checking for acos in -lm... yes checking for atan in -lm... yes checking for atan2 in -lm... yes checking for pow in -lm... yes checking for sqrt in -lm... yes checking for rint in -lm... yes checking for exp in -lm... yes checking for log in -lm... yes checking for remainder in -lm... yes checking for fmod in -lm... yes checking for round in -lm... yes checking for trunc in -lm... yes checking for strtod in -lc... yes checking for stdlib.h... (cached) yes checking for floor in -lm... yes checking for ceil in -lm... yes checking for getifaddrs() support... yes checking for timerfd support... no checking for gsm_create in -lgsm... no checking for iks_start_sasl in -liksemel... no checking for UW IMAP Toolkit c-client library... no checking for system c-client library...... no checking for SQLConnect in -liodbc... no checking for inotify_init in -lc... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for jack_activate in -ljack... no checking for lt_dlinit in -lltdl... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for ldap_initialize in -lldap... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking for xml2-config... xml2-config checking for mISDN_open in -lmISDN... no checking for nbs_connect in -lnbs... no checking for initscr in -lncurses... yes checking for curses.h... (cached) yes checking for net-snmp-config... no checking for newtBell in -lnewt... yes checking newt.h usability... yes checking newt.h presence... yes checking for newt.h... yes checking for SQLConnect in -lodbc... yes checking sql.h usability... no checking sql.h presence... no checking for sql.h... no checking for ogg_sync_init in -logg... yes checking for backtrace in -lexecinfo... no checking for backtrace in -lc... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking for pg_config... no checking for poptStrerror in -lpopt... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for Pa_GetDeviceCount in -lportaudio... no checking for pri_new_bri in -lpri... no checking for pri_progress_with_cause in -lpri... no checking for pri_set_inbanddisconnect in -lpri... no checking for pri_maintenance_service in -lpri... no checking for resample_open in -lresample... no checking for minimum version of SpanDSP... no checking for ss7_pollflags in -lss7... no checking for openr2_chan_new in -lopenr2... no checking /home/hulber/pwlib/include/ptlib.h usability... no checking /home/hulber/pwlib/include/ptlib.h presence... no checking for /home/hulber/pwlib/include/ptlib.h... no checking /usr/local/include/ptlib.h usability... no checking /usr/local/include/ptlib.h presence... no checking for /usr/local/include/ptlib.h... no checking /usr/include/ptlib.h usability... no checking /usr/include/ptlib.h presence... no checking for /usr/include/ptlib.h... no checking for luaL_newstate in -llua5.1... no checking for luaL_register in -llua... no checking for rc_read_config in -lradiusclient-ng... no checking for saClmInitialize in -lSaClm... no checking for speex_encode in -lspeex... no checking for speex_preprocess_ctl in -lspeex... no checking for speex_preprocess_ctl in -lspeexdsp... no checking for sqlite_exec in -lsqlite... no checking for sqlite3_open in -lsqlite3... yes checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking for AES_encrypt in -lcrypto... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes checking for ssl2_connect in -lssl... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for OSPPCryptoDecrypt in -losptk... no checking for gmime-config... no checking for malloc in -lhoard... no checking for dbinit in -lsybdb... no checking for tgetent in -ltermcap... yes checking for tgetent in -ltinfo... no checking for tone_zone_find_by_num in -ltonezone... yes checking for tone_zone_find in -ltonezone... yes checking dahdi/tonezone.h usability... yes checking dahdi/tonezone.h presence... yes checking for dahdi/tonezone.h... yes checking for usb_init in -lusb... yes checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking for vorbis_info_init in -lvorbis... yes checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking for vpb_open in -lvpb... no checking for compress in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking h323.h usability... no checking h323.h presence... no checking for h323.h... no checking linux/compiler.h usability... no checking linux/compiler.h presence... no checking for linux/compiler.h... no checking for linux/ixjuser.h... yes checking for sdl-config... sdl-config checking for IMG_Load in -lSDL_image... no checking for sws_getContext in -lavcodec... no checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes checking for XOpenDisplay in -lX11... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for /sbin/launchd... no checking for gtk-config... no checking for pkg-config... pkg-config checking for curl-config... /usr/bin/curl-config checking for curl_version() in curl/curl.h... yes checking for mandatory modules: ... ok configure: creating ./config.status config.status: creating build_tools/menuselect-deps config.status: creating makeopts config.status: creating channels/h323/Makefile config.status: creating include/asterisk/autoconfig.h .$$$$$$$$$$$$$$$=.. .$7$7.. .7$$7:. .$$:. ,$7.7 .$7. 7$$$$ .$$77 ..$$. $$$$$ .$$$7 ..7$ .?. $$$$$ .?. 7$$$. $.$. .$$$7. $$$$7 .7$$$. .$$$. .777. .$$$$$$77$$$77$$$$$7. $$$, $$$~ .7$$$$$$$$$$$$$7. .$$$. .$$7 .7$$$$$$$7: ?$$$. $$$ ?7$$$$$$$$$$I .$$$7 $$$ .7$$$$$$$$$$$$$$$$ :$$$. $$$ $$$$$$7$$$$$$$$$$$$ .$$$. $$$ $$$ 7$$$7 .$$$ .$$$. $$$$ $$$$7 .$$$. 7$$$7 7$$$$ 7$$$ $$$$$ $$$ $$$$7. $$ (TM) $$$$$$$. .7$$$$$$ $$ $$$$$$$$$$$$7$$$$$$$$$.$$$$$$ $$$$$$$$$$$$$$$$. configure: Package configured for: configure: OS type : linux-gnu configure: Host CPU : x86_64 configure: build-cpu:vendor:os: x86_64 : unknown : linux-gnu : configure: host-cpu:vendor:os: x86_64 : unknown : linux-gnu : [root at asterisk trunk]# make menuselect CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts make[1]: Entering directory `/usr/src/190660/trunk/menuselect' make[1]: Leaving directory `/usr/src/190660/trunk/menuselect' CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" cmenuselect make[1]: Entering directory `/usr/src/190660/trunk/menuselect' gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c gcc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_curses.o menuselect_curses.c make[2]: Entering directory `/usr/src/190660/trunk/menuselect/mxml' gcc -O -Wall -c mxml-attr.c gcc -O -Wall -c mxml-entity.c gcc -O -Wall -c mxml-file.c gcc -O -Wall -c mxml-index.c gcc -O -Wall -c mxml-node.c gcc -O -Wall -c mxml-search.c gcc -O -Wall -c mxml-set.c gcc -O -Wall -c mxml-private.c gcc -O -Wall -c mxml-string.c /bin/rm -f libmxml.a /usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o a - mxml-attr.o a - mxml-entity.o a - mxml-file.o a - mxml-index.o a - mxml-node.o a - mxml-search.o a - mxml-set.o a - mxml-private.o a - mxml-string.o ranlib libmxml.a make[2]: Leaving directory `/usr/src/190660/trunk/menuselect/mxml' gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a -lncurses make[1]: Leaving directory `/usr/src/190660/trunk/menuselect' CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" nmenuselect make[1]: Entering directory `/usr/src/190660/trunk/menuselect' gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_newt.o menuselect_newt.c gcc -o nmenuselect menuselect.o strcompat.o menuselect_newt.o mxml/libmxml.a -lnewt make[1]: Leaving directory `/usr/src/190660/trunk/menuselect' CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect make[1]: Entering directory `/usr/src/190660/trunk/menuselect' gcc -g -c -D_GNU_SOURCE -Wall -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o menuselect_gtk.o menuselect_gtk.c gcc -o gmenuselect menuselect.o strcompat.o menuselect_gtk.o mxml/libmxml.a -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 make[1]: Leaving directory `/usr/src/190660/trunk/menuselect' make[1]: Entering directory `/usr/src/190660/trunk' Generating input for menuselect ... sean darcy wrote:> 1.6.1 svn 190575: > > CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect > CONFIGURE_SILENT="--silent" menuselect > make[1]: Entering directory > `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' > gcc -m64 -march=native -mtune=native -floop-interchange > -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c > gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a > /usr/bin/ld: i386 architecture of input file `menuselect.o' is > incompatible with i386:x86-64 output > /usr/bin/ld: i386 architecture of input file `strcompat.o' is > incompatible with i386:x86-64 output > > sean > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- MARK. Hulber Technologies asterisk-admin at hulber.com Read my blog : http://mark.hulber.com Follow @hulber on Twitter: http://twitter.com/hulber