public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* GCC 2.95 undefined references
@ 1999-08-04 10:50 Suhaib M. Siddiqi
  1999-08-04 11:50 ` Mumit Khan
  1999-08-31 23:49 ` Suhaib M. Siddiqi
  0 siblings, 2 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-08-04 10:50 UTC (permalink / raw)
  To: Cygwin@Sourceware.Cygnus.Com

When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
references from libgcc.a.  This undefined references appear only
when gcc hits the strace.cc in "utils" directory.
I compiled the gcc-2.95 myself... and strace compiled OK.

Suhaib

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC 2.95 undefined references
  1999-08-04 10:50 GCC 2.95 undefined references Suhaib M. Siddiqi
@ 1999-08-04 11:50 ` Mumit Khan
  1999-08-04 11:57   ` Suhaib M. Siddiqi
  1999-08-31 23:49   ` Mumit Khan
  1999-08-31 23:49 ` Suhaib M. Siddiqi
  1 sibling, 2 replies; 6+ messages in thread
From: Mumit Khan @ 1999-08-04 11:50 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Cygwin@Sourceware.Cygnus.Com

"Suhaib M. Siddiqi" <Ssiddiqi@InspirePharm.Com> writes:
> 
> 
> When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
> references from libgcc.a.  This undefined references appear only
> when gcc hits the strace.cc in "utils" directory.
> I compiled the gcc-2.95 myself... and strace compiled OK.
> 

This is a known problem. You need to have mingw-extra package installed
and make sure there is -L/path/to/mingw-extra/lib while building strace
executable (and only this one).

Please look at cygwin-developers archive for the exchange between Corinna 
and I in the last few days.

Discussions on building dev snapshots really belongs in cygwin-developers
rather than here.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: GCC 2.95 undefined references
  1999-08-04 11:50 ` Mumit Khan
@ 1999-08-04 11:57   ` Suhaib M. Siddiqi
  1999-08-31 23:49     ` Suhaib M. Siddiqi
  1999-08-31 23:49   ` Mumit Khan
  1 sibling, 1 reply; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-08-04 11:57 UTC (permalink / raw)
  To: Mumit Khan; +Cc: Cygwin@Sourceware.Cygnus.Com

Thanks Mumit.
Sorry, but I am not on the developers list.  Also at present I am short on
time
to subscribe to more lists.

regards

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.EDU ]
> Sent: Wednesday, August 04, 1999 1:40 PM
> To: Suhaib M. Siddiqi
> Cc: Cygwin@Sourceware.Cygnus.Com
> Subject: Re: GCC 2.95 undefined references
>
>
> "Suhaib M. Siddiqi" <Ssiddiqi@InspirePharm.Com> writes:
> >
> >
> > When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
> > references from libgcc.a.  This undefined references appear only
> > when gcc hits the strace.cc in "utils" directory.
> > I compiled the gcc-2.95 myself... and strace compiled OK.
> >
>
> This is a known problem. You need to have mingw-extra package installed
> and make sure there is -L/path/to/mingw-extra/lib while building strace
> executable (and only this one).
>
> Please look at cygwin-developers archive for the exchange between Corinna
> and I in the last few days.
>
> Discussions on building dev snapshots really belongs in cygwin-developers
> rather than here.
>
> Regards,
> Mumit
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: GCC 2.95 undefined references
  1999-08-04 11:50 ` Mumit Khan
  1999-08-04 11:57   ` Suhaib M. Siddiqi
@ 1999-08-31 23:49   ` Mumit Khan
  1 sibling, 0 replies; 6+ messages in thread
From: Mumit Khan @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Suhaib M. Siddiqi; +Cc: Cygwin@Sourceware.Cygnus.Com

"Suhaib M. Siddiqi" <Ssiddiqi@InspirePharm.Com> writes:
> 
> 
> When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
> references from libgcc.a.  This undefined references appear only
> when gcc hits the strace.cc in "utils" directory.
> I compiled the gcc-2.95 myself... and strace compiled OK.
> 

This is a known problem. You need to have mingw-extra package installed
and make sure there is -L/path/to/mingw-extra/lib while building strace
executable (and only this one).

Please look at cygwin-developers archive for the exchange between Corinna 
and I in the last few days.

Discussions on building dev snapshots really belongs in cygwin-developers
rather than here.

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: GCC 2.95 undefined references
  1999-08-04 11:57   ` Suhaib M. Siddiqi
@ 1999-08-31 23:49     ` Suhaib M. Siddiqi
  0 siblings, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Mumit Khan; +Cc: Cygwin@Sourceware.Cygnus.Com

Thanks Mumit.
Sorry, but I am not on the developers list.  Also at present I am short on
time
to subscribe to more lists.

regards

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.EDU ]
> Sent: Wednesday, August 04, 1999 1:40 PM
> To: Suhaib M. Siddiqi
> Cc: Cygwin@Sourceware.Cygnus.Com
> Subject: Re: GCC 2.95 undefined references
>
>
> "Suhaib M. Siddiqi" <Ssiddiqi@InspirePharm.Com> writes:
> >
> >
> > When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
> > references from libgcc.a.  This undefined references appear only
> > when gcc hits the strace.cc in "utils" directory.
> > I compiled the gcc-2.95 myself... and strace compiled OK.
> >
>
> This is a known problem. You need to have mingw-extra package installed
> and make sure there is -L/path/to/mingw-extra/lib while building strace
> executable (and only this one).
>
> Please look at cygwin-developers archive for the exchange between Corinna
> and I in the last few days.
>
> Discussions on building dev snapshots really belongs in cygwin-developers
> rather than here.
>
> Regards,
> Mumit
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* GCC 2.95 undefined references
  1999-08-04 10:50 GCC 2.95 undefined references Suhaib M. Siddiqi
  1999-08-04 11:50 ` Mumit Khan
@ 1999-08-31 23:49 ` Suhaib M. Siddiqi
  1 sibling, 0 replies; 6+ messages in thread
From: Suhaib M. Siddiqi @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Cygwin@Sourceware.Cygnus.Com

When compiling the latest Winsup snapshot.  I got _impure_ptr undefined
references from libgcc.a.  This undefined references appear only
when gcc hits the strace.cc in "utils" directory.
I compiled the gcc-2.95 myself... and strace compiled OK.

Suhaib

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-08-31 23:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-04 10:50 GCC 2.95 undefined references Suhaib M. Siddiqi
1999-08-04 11:50 ` Mumit Khan
1999-08-04 11:57   ` Suhaib M. Siddiqi
1999-08-31 23:49     ` Suhaib M. Siddiqi
1999-08-31 23:49   ` Mumit Khan
1999-08-31 23:49 ` Suhaib M. Siddiqi

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).