D rpm packages for Linux

Ellery Newcomer ellery-newcomer at utulsa.edu
Thu Jun 24 21:29:49 PDT 2010


On 06/24/2010 01:14 PM, Jordi Sayol i Salomó wrote:
> En/na Ellery Newcomer ha escrit:
>>
>> Also note that mine doesn't fail on x86_64
>>
>> (you need to add glibc-devel(x86-32) specifically as a dependency)
>>
>
> Can You be more explicit?
> I've not a 64 bit system available.
>

dmd links to ctnrl.o or something like that, which is in glibc-devel and 
must be 32 bit. If the 32 bit version ain't there, there  be linker 
errors on compile.

in the spec file, after

Requires:	gcc

add

Requires:	glibc-devel(x86-32)

I know nothing of specific minimum version or anything like that, though.


More information about the Digitalmars-d-announce mailing list