[Cs-dev] Another glibc question
Date | 2005-07-07 09:19 |
From | Iain Duncan |
Subject | [Cs-dev] Another glibc question |
Ok, it just occured to me, does Csound5 actually *need* glibc-2.3 or is the problem just that I compiled it on a glibc-2.3 system? If I compile a binary of csound5 on a glibc-2.2 system would that a) work, and b) enable me to run a copied binary on another glibc-2.2 system? ( Clearly I am way out of my depth here. ) The reason I ask without trying is because compiling csound5 on my buddies old laptop with glibc-2.2 and no decent networking will be a real pain, but I'll do it if it's easier than figuring out to rebuild dyne:bolic with glibc-2.3. Thanks Iain ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-07-07 10:32 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Another glibc question |
Iain Duncan wrote: > Ok, it just occured to me, does Csound5 actually *need* glibc-2.3 or is > the problem just that I compiled it on a glibc-2.3 system? If I compile > a binary of csound5 on a glibc-2.2 system would that a) work, and b) > enable me to run a copied binary on another glibc-2.2 system? ( Clearly > I am way out of my depth here. ) I think it should compile. Of course, you will need all the usual tools on the glibc 2.2 system, as well as the required libraries (compiled to use glibc 2.2). ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-07-07 19:10 |
From | Iain Duncan |
Subject | Re: [Cs-dev] Another glibc question |
>> Ok, it just occured to me, does Csound5 actually *need* glibc-2.3 or >> is the problem just that I compiled it on a glibc-2.3 system? If I >> compile a binary of csound5 on a glibc-2.2 system would that a) work, >> and b) enable me to run a copied binary on another glibc-2.2 system? ( >> Clearly I am way out of my depth here. ) > > > I think it should compile. Of course, you will need all the usual tools > on the glibc 2.2 system, as well as the required libraries (compiled to > use glibc 2.2). Thanks, I'll try it. Alternatively, is it possible to have csound run linking dynamically with a second copy of glibc? Could I put a glibc-2.3 library in the csound directory, and somehow force csound to run using that one and not the main system, and if so, would that work ok? Thanks for all the input Iain ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |