public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re[2]: Cygwin tester? Was: [rfa] Add bfd-in-memory io vector
@ 2004-05-03 22:48 Danny Smith
  2004-05-05 11:09 ` Re[3]: " Danny Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Smith @ 2004-05-03 22:48 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: binutils


From: "Danny Smith"

| 
| | > On Sat, May 01, 2004 at 02:10:31PM -0400, Andrew Cagney wrote:
| | > 
| | >>> The testing comment still applies though.
| | > 
| | > 
| | > Given DJ's comment, I think you should test this on cygwin before
| | > committing.  If you can't do this yourself, convince someone else
| | > to do so for you.  OK to commit once you've done this.
| | > 
| | > 
| 
| I get this on mingw:
| 
| ../bfd/.libs/libbfd.a(opncls.o)(.text+0x5ba):opncls.c: undefined reference to `getuid'
| ../bfd/.libs/libbfd.a(opncls.o)(.text+0x5c6):opncls.c: undefined reference to `getgid'
| 
| 
| Configure already tests for getgid,  but not getuid
| 

Oops, configure already does test for both.

Danny

| Addinging this (and appropriate autoconfigury) works on mingw
| 
| #ifndef HAVE_GETGID
| #define getgid() 0
| #endif
| #ifndef HAVE_GETUID
| #define getuid() 0
| #endif
| 
| Danny
| 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-05 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-03 22:48 Re[2]: Cygwin tester? Was: [rfa] Add bfd-in-memory io vector Danny Smith
2004-05-05 11:09 ` Re[3]: " Danny Smith
2004-05-05 15:57   ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).