I'm using STLPort today, but gets problem with the following declaration in modes.cpp:
template class AdditiveCipherTemplate<>; The errormessage says "No instantion arguments provided for template" Do You know of any other STL library that handles this? .johan On Tuesday 18 May 2004 13:25, Shawn Masters wrote: > I don't have 8, but previous versions of the Sun compiler sometimes > required that you download a third party STL to get it to compile. You may > want to try that. > > 73, > Shawn > > > -----Original Message----- > > From: Johan Warman [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 18, 2004 6:59 AM > > To: [EMAIL PROTECTED] > > Subject: CryptoPP 5.1 and Sun Studio 8 > > > > Hi > > > > Does anyone know if there's a port for cryptopp 5.1 for the Sun Studio 8 > > compiler. I've been able to compile it with CC but I'm getting some > > strange > > linking problems so I guess I've done something wrong. > > > > I've searched the Internet without any luck. > > > > I do prefer GCC, but I've build a library that uses cryptopp and our > > customer > > want to use that library with CC. > > > > Regards > > .johan
