This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Cannot build cygwin from CVS source.


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@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@dyalog.com] 
Sent: 26 October 2009 13:01
To: cygwin@cygwin.com
Subject: RE: Cannot build cygwin from CVS source.

Thanks Eric, I'll try that.

-----Original Message-----
From: Eric Blake [mailto:ebb9@byu.net] 
Sent: 26 October 2009 12:55
To: cygwin@cygwin.com; johnd@dyalog.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@byu.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]