Forgot to mention it in the first email:

You can set CPPFLAGS/CXXFLAGS/LDFLAGS for the packaged Apache Standard 
C++ Library thusly:

CPPFLAGS = `pkg-config --cflags-only-I libstdcxx4`
CXXFLAGS = `pkg-config --cflags-only-other libstdcxx4`
LDFLAGS = `pkg-config --libs libstdcxx4`

The library installs in /usr/lib, /usr/lib/${MACH64} and 
/usr/include/stdcxx4. pkg-config files in /usr/lib/pkgconfig/ and 
/usr/lib/${MACH64}/pkgconfig/.

Please note that the name of the library has changed: libstdcxx4.

[ this is all done as per PSARC/2008/549 ].

--Stefan

-----

Stefan Teleman wrote:
> Hi.
> 
> The build scripts are for Studio 12 (the previous release before ceres). 
> Some of the undocumented flags for Studio 12 may not work with ceres, so 
> they have to be adjusted.
> 
> You can get SVR4 packages for the Apache Standard C++ Library from here:
> 
> http://s247136804.onlinehome.us/stdcxx/4.2.1/packages/SOLARIS10/
> 
> This is the Apache Standard C++ Library build which will be integrated 
>  in OpenSolaris. I would strongly recommend you use these packages, and 
> you do not build the Apache Standard C++ Library from source. The 
> packaged Apache Library is built slightly different than we used to 
> build it from source.
> 
> Mandatory disclaimer: these are not official packages, there is no 
> support for them, etc etc etc.
> 
> --Stefan
> 
> ------
> 
> malcolm wrote:
>> Hi Everyone,
>>
>> I have joined the KDE on OpenSolaris effort with a specific agenda to 
>> help fix the kcheckpass bug.



-- 
Stefan Teleman
Sun Microsystems, Inc.
stefan.teleman at Sun.COM


Reply via email to