[Issue 2963] dmd will not link on 64bit linux

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2963

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.029   |D2

--


[Issue 2963] dmd will not link on 64bit linux

2011-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2963


yebblies  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yebbl...@gmail.com
 Resolution||INVALID


--- Comment #5 from yebblies  2011-06-10 09:59:17 PDT ---
This is an environment problem, not a bug in dmd.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2963] dmd will not link on 64bit linux

2009-05-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2963





--- Comment #4 from Mike Wynn   2009-05-16 09:14:49 
PDT ---
I've tried `sudo apt-get install lib32stdc++6` and `sudo apt-get install
libc6-dev-i368`  (the former I had but the latter was missing)
I now fail to find a compatible libgcc 
I have tried `sudo apt-get install lib32gcc1` but that is already installed.
(I tried apt-cache search for 'gcc' and 'lib32' so see if I could find a hint
...)

+ dmd -v -I~/bin/dmd/src/druntime/import -I~/bin/dmd/src/phobos
-L-L/home/mwynn/bin/dmd/linux/lib main.d
parse main
semantic  main
importobject(/home/mwynn/bin/dmd/src/druntime/import/object.di)
importstd.c.stdio(/home/mwynn/bin/dmd/src/phobos/std/c/stdio.d)
importcore.stdc.stdio   
(/home/mwynn/bin/dmd/src/druntime/import/core/stdc/stdio.d)
importcore.stdc.config   
(/home/mwynn/bin/dmd/src/druntime/import/core/stdc/config.d)
importcore.stdc.stddef   
(/home/mwynn/bin/dmd/src/druntime/import/core/stdc/stddef.d)
importcore.stdc.stdarg   
(/home/mwynn/bin/dmd/src/druntime/import/core/stdc/stdarg.d)
semantic2 main
semantic3 main
code  main
function  main
gcc main.o -o main -m32 -Xlinker -L/home/mwynn/bin/dmd/linux/lib -lphobos2
-lpthread -lm 
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/libgcc.a
when searching for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/libgcc.a
when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2963] dmd will not link on 64bit linux

2009-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2963





--- Comment #3 from Jarrett Billingsley   
2009-05-11 08:27:56 PDT ---
(In reply to comment #2)
> installed.  Try installing the 'libc6-deb-i386' and 'lib32stdc++6' packages 
> and

Erm, libc6-dev-i368

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2963] dmd will not link on 64bit linux

2009-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2963


Jarrett Billingsley  changed:

   What|Removed |Added

 CC||jarrett.billings...@gmail.c
   ||om




--- Comment #2 from Jarrett Billingsley   
2009-05-11 08:08:28 PDT ---
DMD doesn't produce 64-bit executables.  You need to have the 32-bit libraries
installed.  Try installing the 'libc6-deb-i386' and 'lib32stdc++6' packages and
see if it works.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2963] dmd will not link on 64bit linux

2009-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2963





--- Comment #1 from Mike Wynn   2009-05-11 07:30:26 
PDT ---
 dmd
Digital Mars D Compiler v2.029

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---