public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* libstdc++ troubles
@ 2002-01-07  8:52 Jean le Roux
  2002-01-09  2:12 ` Neil Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Jean le Roux @ 2002-01-07  8:52 UTC (permalink / raw)
  To: cygwin

Hi all

First off, lets get it in the open that I'm a newbie at cygwin ;)

Here is my pain:
I'm trying to port a .so from Redhat 7.1 to Windoze (all falvours) dll.
I've installed cygwin (all packages that seemed relevant, which means
I skipped stuff like the jpeg tools, tcl  etc.). I also got a tarball
of libstdc++-v3 from ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/snapshots/
and copied that to /usr/include/g++-3/
I still can't manage to 'make' though, the c++ headers are causing
major conflicts in terms of re-declarations of types, with eachother. Perhaps I
should also mention that I'm using the autotools in this effort.

Could you guys tell me the correct way to go about what I'm trying to
do.

Thanx

-- 
Jean le Roux
Binary Entropy Catalyst
	"Do you believe in intuition?"
	"No, but I have a strange feeling that someday I will."

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: libstdc++ troubles
  2002-01-07  8:52 libstdc++ troubles Jean le Roux
@ 2002-01-09  2:12 ` Neil Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Bird @ 2002-01-09  2:12 UTC (permalink / raw)
  To: Jean le Roux; +Cc: cygwin

Around about 01/07/02 16:56, Jean le Roux scribbled ...

> ... I also got a tarball
> of libstdc++-v3 from ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/snapshots/
> and copied that to /usr/include/g++-3/

   That's not going to work, if that's all you did!

   The V3 STL headers are *just* the headers for the STL 
library; you not only need to compile up the STL library itself, 
but, unless you want to play silly wotsits with environment 
variables & gcc spec files, you need to compile up a gcc (g++) 
that uses it.

   Try compiling the latest gcc3; that should give you about 
everything you want (comes with latest STL).  To be safe, 
configure it's --prefix to be /usr/loca/gcc3 or similar so you 
keep the Cygwin gcc 2 safe.

-- 
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-01-09 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-07  8:52 libstdc++ troubles Jean le Roux
2002-01-09  2:12 ` Neil Bird

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