Re: Linking error: cannot find crti.o

2012-10-08 Thread Iain Buclaw
On 8 October 2012 12:47, Joseph Rushton Wakeling wrote: > On 10/03/2012 08:59 AM, Johannes Pfau wrote: >> >> This guide should more or less be valid for ubuntu as well: >> http://gdcproject.org/wiki/Raspberry%20Pi/build/Raspbian%28Hardfloat%29 > > > Just checking here -- in your guide, you refer t

Re: Linking error: cannot find crti.o

2012-10-08 Thread Joseph Rushton Wakeling
On 10/03/2012 08:59 AM, Johannes Pfau wrote: This guide should more or less be valid for ubuntu as well: http://gdcproject.org/wiki/Raspberry%20Pi/build/Raspbian%28Hardfloat%29 Just checking here -- in your guide, you refer to tweaking the debian/rules.patch file to remove a line. The rules.p

Re: Linking error: cannot find crti.o

2012-10-04 Thread Joseph Rushton Wakeling
On 10/03/2012 08:59 AM, Johannes Pfau wrote: Yes, that would work. You need the gcc-4.7 sources, but you have to execute some commands to patch them. And as the ubuntu/debian gcc sources have partial D support, you have to disable some patches to make sure they don't conflict. This guide should m

Re: Linking error: cannot find crti.o

2012-10-03 Thread Johannes Pfau
Am Wed, 03 Oct 2012 00:17:52 +0200 schrieb Joseph Rushton Wakeling : > On 10/03/2012 12:14 AM, Iain Buclaw wrote: > > Ubuntu has a strange set-up called multiarch. It requires patching > > the vanilla gnu sources with debian patches to work without working > > around it. > > Would it work to tak

Re: Linking error: cannot find crti.o

2012-10-02 Thread Alex Rønne Petersen
On 03-10-2012 00:00, Joseph Rushton Wakeling wrote: Hello all, I'm trying to build GDC from the gdc-4.7 branch and using the gcc-4.7.2 sources, on Ubuntu 12.10. When setting up, I called configure as follows: ../gcc-4.7.2/configure --enable-languages=d --disable-bootstrap --with-bugurl="http:/

Re: Linking error: cannot find crti.o

2012-10-02 Thread Joseph Rushton Wakeling
On 10/03/2012 12:14 AM, Iain Buclaw wrote: Ubuntu has a strange set-up called multiarch. It requires patching the vanilla gnu sources with debian patches to work without working around it. Would it work to take the gcc sources from the Ubuntu archives instead of direct from GCC? If so, which

Re: Linking error: cannot find crti.o

2012-10-02 Thread Iain Buclaw
On 2 October 2012 23:00, Joseph Rushton Wakeling wrote: > Hello all, > > I'm trying to build GDC from the gdc-4.7 branch and using the gcc-4.7.2 > sources, on Ubuntu 12.10. > > When setting up, I called configure as follows: > > ../gcc-4.7.2/configure --enable-languages=d --disable-bootstrap > --w

Linking error: cannot find crti.o

2012-10-02 Thread Joseph Rushton Wakeling
Hello all, I'm trying to build GDC from the gdc-4.7 branch and using the gcc-4.7.2 sources, on Ubuntu 12.10. When setting up, I called configure as follows: ../gcc-4.7.2/configure --enable-languages=d --disable-bootstrap --with-bugurl="http://gdcproject.org/bugzilla"; --enable-checking=yes