Re: problem of __RUNTIME_PSEUDO_RELOC_LIST_END

2005-05-02 Thread Christopher Faylor
On Mon, May 02, 2005 at 12:19:03PM -0700, Brian Dessent wrote: >sjtu wrote: > >> I test a simple hello.c >> #include >> main() {printf("Hello");} >> >> $ gcc -o hello hello.c >> hello.c:6:2: warning: no newline at end of file >> /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(p

Re: problem of __RUNTIME_PSEUDO_RELOC_LIST_END

2005-05-02 Thread Brian Dessent
sjtu wrote: > I test a simple hello.c > #include > main() {printf("Hello");} > > $ gcc -o hello hello.c > hello.c:6:2: warning: no newline at end of file > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(pseudo-reloc. > o)(.text+0x52): undefined reference to > `___RUNTIME_PSEU

Re: problem of __RUNTIME_PSEUDO_RELOC_LIST_END

2005-05-02 Thread Christopher Faylor
On Mon, May 02, 2005 at 10:27:20PM +0800, sjtu wrote: >I test a simple hello.c >#include >main() { printf("Hello");} > >$ gcc -o hello hello.c >hello.c:6:2: warning: no newline at end of file >/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(pseudo-reloc. >o)(.text+0x52): undefine