Recent version of gcc for amd64?

2013-09-20 Thread John Carr
Is it possible to build gcc 4.8 / 4.9 (development) for OpenBSD 5.3 amd64? I tried and failed. The first stage compiler fails building libgomp because of a relocation problem in a DWARF frame descriptor. "relocation R_X86_64_32 can not be used when making a shared object" I am not explicitly m

Re: Recent version of gcc for amd64?

2013-09-20 Thread John Carr
> > Is it possible to build gcc 4.8 / 4.9 (development) for OpenBSD 5.3 amd64? > > > > I tried and failed. The first stage compiler fails building libgomp > > because of a relocation problem in a DWARF frame descriptor. > > > > "relocation R_X86_64_32 can not be used when making a shared object