This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

suspicious linker warning from i686-pc-mingw32-ld


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

compiling pthreads-w32 gives the following:

i686-pc-mingw32-gcc -c -o pthread.o -D__CLEANUP_C -O3 -finline-functions
- -DPTW32_BUILD_INLINED -I. -DHAVE_CONFIG_H -Wall  pthread.c
i686-pc-mingw32-windres --include-dir=. -D__CLEANUP_C -o version.o version.rc
i686-pc-mingw32-gcc -D__CLEANUP_C -O3 -finline-functions -DPTW32_BUILD_INLINED
- -shared -o pthreadGC2.dll pthread.o version.o -lwsock32
/opt/devel/gnu/cross-gcc/gcc-4.5.0/mingw/i686-pc-mingw32/mingw/bin/i686-pc-mingw32-ld:
<unknown-file>:0: syntax error
Warning: .drectve `-export:pthread_rwlock_init.clone.3 ' unrecognized
/opt/devel/gnu/cross-gcc/gcc-4.5.0/mingw/i686-pc-mingw32/mingw/bin/i686-pc-mingw32-ld:
<unknown-file>:0: syntax error
Warning: .drectve `-export:pthread_cond_init.clone.4 ' unrecognized
/opt/devel/gnu/cross-gcc/gcc-4.5.0/mingw/i686-pc-mingw32/mingw/bin/i686-pc-mingw32-ld:
<unknown-file>:0: syntax error
Warning: .drectve `-export:pthread_spin_init.clone.5 ' unrecognized
/opt/devel/gnu/cross-gcc/gcc-4.5.0/mingw/i686-pc-mingw32/mingw/bin/i686-pc-mingw32-ld:
<unknown-file>:0: syntax error
Warning: .drectve `-export:pthread_key_create.clone.2 ' unrecognized
/opt/devel/gnu/cross-gcc/gcc-4.5.0/mingw/i686-pc-mingw32/mingw/bin/i686-pc-mingw32-ld:
<unknown-file>:0: syntax error
Warning: .drectve `-export:pthread_kill.clone.0' unrecognized
i686-pc-mingw32-dlltool -z pthread.def pthread.o version.o
i686-pc-mingw32-dlltool -k --dllname pthreadGC2.dll --output-lib libpthreadGC2.a
- --def pthread.def

That's with binutils-cvs from 6th of July.

Any thoughts?

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpTobAACgkQoUhjsh59BL7+DACffc8nx/LBo0aw2ZWEefUQsunO
344AoJFtsov4HJTDY3S3WsBvITlAdTE5
=G+qp
-----END PGP SIGNATURE-----


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