This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
libstdc++ include files and solaris
- To: libstdc++ at gcc dot gnu dot org
- Subject: libstdc++ include files and solaris
- From: Christian Couder <Christian dot Couder at fr dot alcove dot com>
- Date: Fri, 23 Mar 2001 14:17:49 +0100
Hi all,
I am porting a Windows NT software to Solaris. And I have some problems
when installing the libstdc++ 2.90.8, on a solaris 2.6 box.
I compiled both gcc (2.95.3) and the libstdc++ (2.90.8), but when I
"make install", the libstdc++ include files are not copied to
prefix/include. I think they are not copied at all.
In the Makefile, there is:
DESTDIR =
pkgdatadir = $(datadir)/libstdc++
pkglibdir = $(libdir)/libstdc++
pkgincludedir = $(includedir)/libstdc++
but that's all, the pkgincludedir, pkglibdir and pkgdata dir are not
used elsewhere in the Makefile.
Perhaps I missed something obvious.
Would you like me to send you my Makefile ?
Regards,
Christian.