Error after installing DMD v2.063
Ellery Newcomer
ellery-newcomer at utulsa.edu
Sun Jun 2 19:47:41 PDT 2013
On 06/02/2013 07:33 PM, Andrei Alexandrescu wrote:
> On 6/2/13 8:24 PM, Ellery Newcomer wrote:
>> On 06/02/2013 05:15 PM, Jonathan M Davis wrote:
>>> On Sunday, June 02, 2013 17:08:41 Walter Bright wrote:
>>>
>>> Regardless, the symlink issue alone shows that using the zip file
>>> format for
>>> *nix is a mistake. Any packages released for *nix needs to support
>>> symlinks
>>> correctly.
>>>
>>> - Jonathan M Davis
>>>
>>
>> Is it so hard to convert the zip to tarball in the installer scripts?
>>
>> (hint: no)
>
> symlinks?
>
> Andrei
oh, hey. there's a %post thinggummy, so
%post
ln -s /usr/lib64/{libphobos2.so,$SONAME}
would probably work great too.
More information about the Digitalmars-d
mailing list