Lack of 64bit support breaks -run

Walter Bright newshound at digitalmars.com
Tue May 23 01:06:11 PDT 2006


Thomas Kuehne wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Russ Lewis schrieb am 2006-05-22:
>> Doesn't seem to work.  I get this:
>>
>> 	CC="gcc -m32" dmd -run ~/bin/global_uniq.d < parser.h
>> 	gcc -m32: No such file or directory
>> 	--- errorlevel 255
>> 	[russ at russ project]$
> 
> On my system "gcc -m32" doesn't work, but "gcc32" does:
> 
> CC="gcc32" dmd -run ~/bin/global_uniq.d

Does -m32 break on 32 bit linux?



More information about the Digitalmars-d-bugs mailing list