Thread overview
gdc on ubuntu amd64
Jul 07, 2007
Jason House
Jul 13, 2007
torhu
Jul 14, 2007
Jason House
July 07, 2007
I reinstalled my amd64 box with ubuntu and now it seems that unzipping the 64 bit gdc does not work out of the box.  It looks like gdc tries to use ccld, which doesn't exist.

Poking around a bit, I see ubuntu uses 4.1.2 and gdc was built with 4.1.1.  Would that be the problem or is there a simpler fix?
July 13, 2007
Jason House wrote:
> I reinstalled my amd64 box with ubuntu and now it seems that unzipping the 64 bit gdc does not work out of the box.  It looks like gdc tries to use ccld, which doesn't exist.
> 
> Poking around a bit, I see ubuntu uses 4.1.2 and gdc was built with 4.1.1.  Would that be the problem or is there a simpler fix?

In case you still have this problem, did you try posting to Digitalmars.gnu?
July 14, 2007
torhu wrote:
> Jason House wrote:
>> I reinstalled my amd64 box with ubuntu and now it seems that unzipping the 64 bit gdc does not work out of the box.  It looks like gdc tries to use ccld, which doesn't exist.
>>
>> Poking around a bit, I see ubuntu uses 4.1.2 and gdc was built with 4.1.1.  Would that be the problem or is there a simpler fix?
> 
> In case you still have this problem, did you try posting to Digitalmars.gnu?

I didn't even know that existed.  I had looked at http://sourceforge.net/mail/?group_id=154306 and didn't see any mailing lists.
July 14, 2007
Jason House wrote:

>> In case you still have this problem, did you try posting to Digitalmars.gnu?
> 
> I didn't even know that existed.  I had looked at http://sourceforge.net/mail/?group_id=154306 and didn't see any mailing lists.

If you look at http://dgcc.sourceforge.net/, there is
a direct link to news://news.digitalmars.com/D.gnu ...

--anders