[FFmpeg-devel] [PATCH 2/3] configure: Do not create/install versioned DLLs on OS/2.

Dave Yeo daveryeo at telus.net
Sun Apr 24 20:55:06 CEST 2016


On 04/23/16 12:53 PM, Michael Niedermayer wrote:
> On Wed, Apr 20, 2016 at 11:15:39PM -0700, Dave Yeo wrote:
>> >On 04/20/16 03:48 PM, Dmitriy Kuminov wrote:
>>> > >I do care about consistency, collaboration and prevention of artificial
>>> > >entropy growth.
>> >
>> >One option is to make ln_s a configure option, something like the
>> >attached, which is a work in progress as out of tree builds are
>> >broken when using cp -p. Almost seems a failure in the code that
>> >decides whether symlinks work.
>> >Dave
>> >
> this seems not working
>
> ./configure
> ./configure: 4790: ./configure: /tmp/dest_sJUY97zC: Permission denied
> rm: cannot remove `/tmp/name_cM7p9K1e': No such file or directory
>

It's the correct output (I get similar even before this patch) when 
$ln_s="cp -p" as it tries to touch a file in a symlinked directory and 
correctly fails.
Did you run make && make install after configuring?
Here's the version I'll post later in a new thread, please test.
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-configure-Allow-choice-in-choosing-a-symlink-command.patch
Type: application/x-patch
Size: 1153 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160424/7d863a6b/attachment.bin>


More information about the ffmpeg-devel mailing list