Hello C++ folks! I need a little help in building a C++ library.
I'm building a set of library packages that include C and C++ static and shared libs. The original makefile builds the C++ ones linking the full set of C and C++ object files. The C++ packages will depend anyway from the C shared runtime package, so I was wandering if I could build the C++ shared lib using _only_ the C++ objects. Would this be a "good" or a "bad" thing? In case, how can I force an internal dependance on the shared C lib? If you want to give a glance to a pre-release version of the packages, you'll find them in ftp://ftp.icenet.fi/private/fpolacco/temp/db2 Thank you, Fabrizio -- | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] | Pluto Leader - Debian Developer & Happy Debian 1.3.1 User - vi-holic | 6F7267F5 fingerprint 57 16 C4 ED C9 86 40 7B 1A 69 A1 66 EC FB D2 5E > Just because Red Hat do it doesn't mean it's a good idea. [Ian J.] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

