Re: trying to cross-compile

1998-12-08 Thread Santiago Vila
On Sun, 6 Dec 1998, M.C. Vernon wrote: > On Fri, 4 Dec 1998, Santiago Vila wrote: > > > On Fri, 4 Dec 1998, M.C. Vernon wrote: > > > > > > > > > Please, for cross-compiling, try dpkg-cross_1.3, which now > > > > supports GNU/Hurd (thanks to Roman Hodek). > > > > > > Would this make the procedu

Re: trying to cross-compile

1998-12-06 Thread M.C. Vernon
On Fri, 4 Dec 1998, Santiago Vila wrote: > On Fri, 4 Dec 1998, M.C. Vernon wrote: > > > > > > Please, for cross-compiling, try dpkg-cross_1.3, which now > > > supports GNU/Hurd (thanks to Roman Hodek). > > > > Would this make the procedure: > > > > dpkg-cross -a hurd-i386 -B -rfakeroot This d

Re: trying to cross-compile

1998-12-04 Thread Santiago Vila
On Fri, 4 Dec 1998, M.C. Vernon wrote: > > > The Debian apache source seems not to be Hurd-friendly yet, so it may need > > some tweaking. [ In fact, dpkg itself is not Hurd-friendly ]. > > > > Take a look at the debian/rules, it says: > > > > arch=$(shell dpkg --print-architecture) > > > > Th

Re: trying to cross-compile

1998-12-04 Thread Santiago Vila
On Fri, 4 Dec 1998, M.C. Vernon wrote: > > > Please, for cross-compiling, try dpkg-cross_1.3, which now > > supports GNU/Hurd (thanks to Roman Hodek). > > Would this make the procedure: > > dpkg-cross -a hurd-i386 -B -rfakeroot > > or do I need to > PATH=/usr/i386-gnu/bin:$PATH first too? No

Re: trying to cross-compile

1998-12-04 Thread M.C. Vernon
> The Debian apache source seems not to be Hurd-friendly yet, so it may need > some tweaking. [ In fact, dpkg itself is not Hurd-friendly ]. > > Take a look at the debian/rules, it says: > > arch=$(shell dpkg --print-architecture) > > This is i386 for intel, but should be really "hurd-i386". I

Re: trying to cross-compile

1998-12-04 Thread M.C. Vernon
> Please, for cross-compiling, try dpkg-cross_1.3, which now > supports GNU/Hurd (thanks to Roman Hodek). Would this make the procedure: dpkg-cross -a hurd-i386 -B -rfakeroot or do I need to PATH=/usr/i386-gnu/bin:$PATH first too? ? > Also, note that you might need a new dpkg-genchanges, se

Re: trying to cross-compile

1998-12-04 Thread Santiago Vila
Hi. The Debian apache source seems not to be Hurd-friendly yet, so it may need some tweaking. [ In fact, dpkg itself is not Hurd-friendly ]. Take a look at the debian/rules, it says: arch=$(shell dpkg --print-architecture) This is i386 for intel, but should be really "hurd-i386". A common prob

Re: trying to cross-compile

1998-12-04 Thread Santiago Vila
Hi. Please, for cross-compiling, try dpkg-cross_1.3, which now supports GNU/Hurd (thanks to Roman Hodek). You will still need gcc-i386-gnu as the cross compiler, but the wrappers in dpkg-cross should work better than the ones I posted here many many months ago, because dpkg-cross contains also a

trying to cross-compile

1998-12-04 Thread M.C. Vernon
Dear all, I'm trying to cross-compile apache. Following instructions from the FAQ, I created /usr/i386-gnu/bin and these scripts in it: dpkg-buildpackage dpkg-gencontrol dpkg-genchanges ldd I then got the apache source deb file, and untarred it. PATH=/usr/i386-gnu/bin:$PATH dpkg-s