This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug lto/47528] liblto_plugin.so not found should not to be an fatal error


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47528

--- Comment #11 from Dongsheng Song <dongsheng.song at gmail dot com> 2011-02-08 11:04:32 UTC ---
I don't known where I report the following issue:

C:\>gcc -O2 -pipe Hello.c

C:\>a
Hello, World!

C:\>gcc -O2 -pipe -flto Hello.c
c:/gcc-4.6-windows/bin/../lib/gcc/i686-w64-mingw32/4.6.0/../../../../i686-w64-mingw32/bin/ld.exe:
could not unlink output file
collect2: ld returned 1 exit status


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