This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++ include files and solaris


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]