Author Topic: D programming under 64bit openSUSE 10.3  (Read 2999 times)

Offline Digited

  • Multiple posting newcomer
  • *
  • Posts: 20
D programming under 64bit openSUSE 10.3
« on: February 24, 2008, 07:33:27 pm »
Hi,
I'm a rather new linux user and just don't know what to do with "ld: skipping incompatible xxx lib while looking for xxx lib"...
I have a problem linking any D program under openSUSE 10.3 64bit. DMD is 32bit, system needs GCC 64bit, I also installed everything for 32bit programming and for gcc, but I don't know how to use it, especially when compiler and linker are called by other tools as it happens when programming on D.
ld says libphobos.a is incompatible, I compiled tango - it is also rejected by ld. Everything compiles, D and C libs are made, but programs are not linked by ld.
How and what to use from 32bit gcc tools when programming on D?

Now I see only one solution - install 32bit linux, but that's the last way. Is there another solution?

upd 64bit gdc makes 64bit apps, I need 32bit and DMD
« Last Edit: February 24, 2008, 08:26:07 pm by Digited »