Re: ar(1) issue building coreutils on 64-bit AIX

2007-08-20 Thread Ralf Wildenhues
Hello all, * Peter Rosin wrote on Fri, Aug 17, 2007 at 09:24:39PM CEST: > > Just pointing out that for libtool the archiver is never invoked as > either of: > $AR $AR_FLAGS cru ... > $AR $AR_FLAGS x ... > $AR $AR_FLAGS t ... > it is always one of these instead: > $AR $AR_F

Re: separating runtime and development files?

2007-08-20 Thread Ralf Wildenhues
Hello Ilya, * Ilya N. Golubev wrote on Mon, Aug 20, 2007 at 07:42:53PM CEST: > > [...] one needs to > figure which files installed by libtool are run-time ones, and which > are development, to obtain lists of run-time and development files. > Currently there is no (documented) way to do so, let a

separating runtime and development files?

2007-08-20 Thread Ilya N. Golubev
`libtool --mode=install' generally installs, along with libtool library, several files, possibly including symbolic links. To (dynamically link and) run a program linked with library, only some of them are required. Henceforth calling these installed files run-time ones. The rest are needed only