Packages (using C++) for two different distributions

2006-12-20 Thread Kasper Peeters
Hi, (Please redirect me to the right mailing list if this is off-topic here, apologies for the waste of bandwidth). I have written a program which makes use of the C++ interface of libgmp. On Ubuntu Dapper, this leads to a dependence on libgmpxx3, while the upgraded gcc on Edgy makes this depend

Re: Packages (using C++) for two different distributions

2006-12-20 Thread Asheesh Laroia
On Wed, 20 Dec 2006, Kasper Peeters wrote: So the question is: what is the easiest way for me to generate packages for two distributions with incompatible C++ ABIs, given that I have only one machine? I'm not a Debian developer, but I would think the easiest thing to do is to install

Re: Packages (using C++) for two different distributions

2006-12-20 Thread Florent Rougon
Asheesh Laroia [EMAIL PROTECTED] wrote: I'm not a Debian developer, but I would think the easiest thing to do is to install pbuilder and create a chroot for Debian. Since the source package will be the same (libgmp-dev, I'd guess) for both, you can use pbuilder to generate the Debian package