Re: [linux-audio-dev] softwerk moves on

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] softwerk moves on
From: Paul Davis (paul_AT_linuxaudiosystems.com)
Date: Fri Jul 16 2004 - 05:11:23 EEST


>Isn't this the problem pkg-config solved? Who cares where they got it
>from as long as it's installed and works..

this is where the special magic of C++ kicks in. what if they were
compiled with gcc3.4? or gcc2.95?or gcc-anything-other-than-what-the-user-
is-about-to-compile-softwerk-with? what if some idiot used
-fno-exceptions when building the libraries (its been known to
happen)? there are a few other scenarios.

because C++ has no standard ABI (despite the claims of the g++ project
that "version <insert number> is the stable ABI ... oops") things
don't fit together the way they do with C. you have to be assured of
the compiler version and flags for binary library to be useful.

>Besides, they're in Debian. Isn't that all that matters? :)

quite :)

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Jul 16 2004 - 05:17:36 EEST