bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Faillure to autogenerate file on hpux


From: Bastien ROUCARIES
Subject: Re: Faillure to autogenerate file on hpux
Date: Sat, 30 Mar 2013 17:01:01 +0100

On Fri, Mar 29, 2013 at 10:56 PM, Russ Allbery <address@hidden> wrote:
> Bastien ROUCARIES <address@hidden> writes:
>
>> Last version of imagemagick fail to build on hpux during build. We
>> supsect  a autoconf bug.
>
>> Unfortunatly we have no access to hpux.
>
>> cd . && /bin/sh ./config.status config/delegates.xml
>> config.status: creating config/delegates.xml
>> cd . && /bin/sh ./config.status config/configure.xml
>> config.status: creating config/configure.xml
>> ln -s PerlMAgick/quantum/Q16.xs
>> usage: ln [-f] [-I] [-s] f1 f2
>> ln [-f] [-I] [-s] f1 ... fn d1
>
> That ln command looks like something that you're telling Autoconf to run
> with AC_CONFIG_COMMANDS, and it's not portable.  Omitting the destination
> argument to ln is a GNU extension.  Try changing that to:
>
>     ln -s PerlMAgick/quantum/Q16.xs Q16.xs

No we have a automake rules that do:
$(PERLMAGICK)/quantum/@address@hidden: $(PERLMAGICK)/quantum/quantum.pm
        $(AM_V_GEN) $(LN_S) $(notdir $^) $@

And it is surelly not portable ...

>
> --
> Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]