Solved! - Was: Problem in running my own built version



> I think (but i am not sure) that you have to perform a "make install"
> once.  After that, everything should be ok.
> 
> Regards,
> Thomas

I have found what happened: in src/po/Makefile @ r39 I have the
following line:

        38] subdir = po
        39] install_sh = @install_sh@
        40] # Automake >= 1.8 provides @mkdir_p  
        
Replacing "install_sh" with "install-sh" solves my problem.

Have someone the same problem? Is "install_sh" correct?

I have the following ls:

        lrwxrwxrwx  1 marco marco     34 2006-08-25 15:58 install-sh
        -> /usr/share/automake-1.4/install-sh

Thanks.

Marco




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