X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org From: "John Daintree" To: References: <001401ca562a$c044a5e0$40cdf1a0$@com> <133543 DOT 8744 DOT qm AT web25508 DOT mail DOT ukl DOT yahoo DOT com> <003201ca563a$793f3d80$6bbdb880$@com> <4AE59C31 DOT 9070906 AT byu DOT net> <003c01ca563c$6e6aa5f0$4b3ff1d0$@com> In-Reply-To: <003c01ca563c$6e6aa5f0$4b3ff1d0$@com> Subject: RE: Cannot build cygwin from CVS source. Date: Mon, 26 Oct 2009 15:49:19 -0000 Message-ID: <005901ca5653$e2e78b20$a8b6a160$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Identified-User: {765:host89.hostmonster.com:dyalogco:dyalog.co.uk} {sentby:smtp auth 81.187.162.50 authed with johnd AT dyalog DOT co DOT uk} X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hello all, Making more progress now, hopefully the getting near the end. I'm getting an link error for `___RUNTIME_PSEUDO_RELOC_LIST_END__'. I know this came up on this list a few months ago but I couldn't find a solution. Thanks again, /john tail make.out: g++ -L/oss/build/i686-pc-cygwin/winsup -L/oss/build/i686-pc-cygwin/winsup/cygwin -L/oss/build/i686-pc-cygwin/winsup/w32api/lib -isystem /oss/src/winsup/include -isystem /oss/src/winsup/cygwin/include -isystem /oss/src/winsup/w32api/include -B/oss/build/i686-pc-cygwin/newlib/ -isystem /oss/build/i686-pc-cygwin/newlib/targ-include -isystem /oss/src/newlib/libc/include -g -O2 -MMD -Werror -fmerge-constants -ftracer -mno-use-libstdc-wrappers -Wl,--gc-sections -Wl,-T/oss/src/winsup/cygwin/cygwin.sc \ -Wl,--heap=0 -Wl,--out-implib,cygdll.a -shared -o cygwin0.dll \ -e _dll_entry AT 12 cygwin.def assert.o autoload.o bsdlib.o ctype.o cxx.o cygheap.o cygthread.o cygtls.o dcrt0.o debug.o devices.o dir.o dlfcn.o dll_init.o dtable.o environ.o errno.o exceptions.o exec.o external.o fcntl.o fhandler.o fhandler_clipboard.o fhandler_console.o fhandler_disk_file.o fhandler_dsp.o fhandler_fifo.o fhandler_floppy.o fhandler_mailslot.o fhandler_mem.o fhandler_netdrive.o fhandler_nodevice.o fhandler_proc.o fhandler_process.o fhandler_procnet.o fhandler_random.o fhandler_raw.o fhandler_registry.o fhandler_serial.o fhandler_socket.o fhandler_tape.o fhandler_termios.o fhandler_tty.o fhandler_virtual.o fhandler_windows.o fhandler_zero.o flock.o fnmatch.o fork.o fts.o ftw.o getopt.o glob.o glob_pattern_p.o globals.o grp.o heap.o hookapi.o inet_addr.o inet_network.o init.o ioctl.o ipc.o kernel32.o libstdcxx_wrapper.o localtime.o lsearch.o malloc_wrapper.o minires-os-if.o minires.o miscfuncs.o mktemp.o mmap.o msg.o mount.o net.o netdb.o nfs.o nftw.o ntea.o passwd.o path.o pinfo.o pipe.o poll.o posix_ipc.o pthread.o random.o regcomp.o regerror.o regexec.o regfree.o registry.o resource.o rexec.o rcmd.o scandir.o sched.o sec_acl.o sec_auth.o sec_helper.o security.o select.o sem.o setlsapwd.o shared.o shm.o sigfe.o signal.o sigproc.o smallprint.o spawn.o strace.o strfuncs.o strptime.o strsep.o strsig.o sync.o syscalls.o sysconf.o syslog.o termios.o thread.o timer.o times.o tls_pbuf.o tty.o uinfo.o uname.o wait.o wincap.o window.o winf.o xsique.o malloc.o version.o winver.o \ /oss/build/i686-pc-cygwin/winsup/cygserver/libcygserver.a /oss/build/i686-pc-cygwin/newlib/libm/libm.a /oss/build/i686-pc-cygwin/newlib/libc/libc.a \ -lgcc /oss/build/i686-pc-cygwin/winsup/w32api/lib/libkernel32.a /oss/build/i686-pc-cygwin/winsup/w32api/lib/libadvapi32.a /oss/build/i686-pc-cygwin/winsup/w32api/lib/libntdll.a -Wl,-Map,cygwin.map Creating library file: cygdll.a/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(pseudo-reloc. o):(.text+0x31): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST__' /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(pseudo-reloc.o):(.tex t+0x38): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST_END__' /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(pseudo-reloc.o):(.tex t+0x50): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST_END__' collect2: ld returned 1 exit status make[3]: *** [cygwin0.dll] Error 1 make[3]: Leaving directory `/oss/build/i686-pc-cygwin/winsup/cygwin' make[2]: *** [cygwin] Error 1 make[2]: Leaving directory `/oss/build/i686-pc-cygwin/winsup' make[1]: *** [all-target-winsup] Error 2 make[1]: Leaving directory `/oss/build' make: *** [all] Error 2 -----Original Message----- From: John Daintree [mailto:johnd AT dyalog DOT com] Sent: 26 October 2009 13:01 To: cygwin AT cygwin DOT com Subject: RE: Cannot build cygwin from CVS source. Thanks Eric, I'll try that. -----Original Message----- From: Eric Blake [mailto:ebb9 AT byu DOT net] Sent: 26 October 2009 12:55 To: cygwin AT cygwin DOT com; johnd AT dyalog DOT com Subject: Re: Cannot build cygwin from CVS source. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to John Daintree on 10/26/2009 6:47 AM: > Hi Marco, > > Thanks for the suggestion. I tried that and got the same error.. > > $ g++ --version > > g++ (GCC) 4.3.2 20080827 (beta) 2 Still the wrong version. You need 4.3.4, available from cygwin 1.7. Reread this thread: http://cygwin.com/ml/cygwin-developers/2009-10/msg00169.html - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkrlnDEACgkQ84KuGfSFAYCkegCeOYzKlV8Co5FGfQSsHVL9TN2x 6doAnRBBPWJS1zdh5c0AHkkfG28Wd1dJ =M6tR -----END PGP SIGNATURE----- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple