[Mingw-users] Re: GNU ld for Mingw-host
Danny Smith
danny_r_smith_2001@yahoo.co.nz
Tue Dec 18 18:12:00 GMT 2001
More information about the Binutils mailing list
Tue Dec 18 18:12:00 GMT 2001
- Previous message (by thread): [Mingw-users] Re: GNU ld for Mingw-host
- Next message (by thread): [PATCH] Fix Alpha with gcc 3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
--- Nick Clifton <nickc@cambridge.redhat.com> wrote: > Hi Kai, > > > Hi, has someone worked with porting the binutils for Mingw lately? > (Not only > > as the target...) > > No one has responded, so I guess that the answer would be "no". :-( > > > Finally and by an accident I became aware that the > 'ld/emultempl/elf32.em' > > and it using 'stat()', could be the reason to the fact that all the > Mingw- > > hosted GNU linkers for the ELF-systems using shared '.so' libraries > fail in > > finding those 'NEEDED' or 'linked' shared libraries, the '-rpath-link' > having > > no influence at all now... > > I assume then that 'stat()' does not work under Mingw ? What is the > alternative for this OS ? > stat() works, but is a bit crippled. Several of the fields in struct stat are meaningless(st_ino, st_uid , st_gid) and always zero. st_rdev is same as st_dev. stat will also fail if passed a DOS drive identifier like "a:". Danny > Nick > > > _______________________________________________ > MinGW-users mailing list > MinGW-users@lists.sourceforge.net > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users http://greetings.yahoo.com.au - Yahoo! Greetings - Send your festive greetings online!
- Previous message (by thread): [Mingw-users] Re: GNU ld for Mingw-host
- Next message (by thread): [PATCH] Fix Alpha with gcc 3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list