ltmain.sh generates wrapper scripts with a relink_command defined. In my
case, said command correctly has -L/usr/local/lib -L/usr/X11R6/lib, but only
has -Wl,--rpath -Wl,/usr/local/lib, no X11R6. I was hoping that both the -L
part and the --rpath part would grab $deplibs ? but they are obviously
d
Patrick Welche wrote:
>
> ltmain.sh generates wrapper scripts with a relink_command defined. In my
> case, said command correctly has -L/usr/local/lib -L/usr/X11R6/lib, but only
> has -Wl,--rpath -Wl,/usr/local/lib, no X11R6. I was hoping that both the -L
> part and the --rpath part would grab $d
The ML branch doesn't seem to bootstrap with autoconf 2.13 and automake
1.4.
>From sources cvs'd 5 minutes ago.
aclocal: configure.in: 72: macro `AM_PROG_GCJ' not found in library
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: con
Dear all.
I wish to port libtool to a new platform. The libtool version is ...
% ./ltconfig --version
ltconfig (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
The plathome is 'mips-sony-newsos6'( Sony NEWS-OS Release6. MIPS cpu,
ELF, svr4 base).
Patch is below.
==