[phobos] 32 and 64 bit libraries on Linux

Walter Bright walter at digitalmars.com
Mon Jan 3 15:19:06 PST 2011



Brad Roberts wrote:
> How will this interact with the config files?

The config files should point at a directory. lib32 and lib64 should be 
subdirectories of that.

>
> I do think we should ship with both.  Even if it's only useful for us 
> developers, I want it to be easier to use both side by side.

Yes.

>
>
> On Jan 3, 2011, at 2:48 PM, Walter Bright <walter at digitalmars.com> wrote:
>
>> Currently, dmd simply looks for libphobos.a
>>
>> I suggest changing it to:
>>
>>   lib32/libphobos.a    for -m32
>>   lib64/libphobos.a    for -m64
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>


More information about the phobos mailing list