libtool
[Top][All Lists]
Advanced

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

Re: DESTDIR, relink dependent lib, RPM and AIX


From: Jaimon Jose
Subject: Re: DESTDIR, relink dependent lib, RPM and AIX
Date: Mon, 16 Oct 2006 10:18:31 +0530
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

Hi,
Sorry for the delay...

Ralf Wildenhues wrote the following on 10/11/2006 11:38 PM:
> I don't think this functionality exists in branch-1-5.
>   
You are right.  I'm yet to provide a patch for branch-1-5
> Thanks for the patch; but I'm really wondering about the change.
> Before the patch, we generate a command line such as
>   cc -qlanglvl=extc89 -Wl,-bM:SRE -o .libs/libhello.so.2 \
>      "-Wl,-f,.libs/libhello.la.lnk"  -lm -lc -Wl,-bnoentry \
>      -qlanglvl=extc89 -Wl,-bE:list -Wl,-bernotok
>
> and with your patch, the linkscript argument will now be
>      "-Wl,-f.libs/libhello.la.lnk"  
>
> instead.  I've tried on AIX 4.3 and 5.3, and both seem to support the
> notation we use currently.
>   
I'm trying to AIX 5.1.
VisualAge C++ Professional / C for AIX Compiler, Version 5
$> ../../libtool --version              
ltmain.sh (GNU libtool 1.2345 2006/09/20 19:08:21) 2.1a
Written by Gordon Matzigkeit <address@hidden>, 1996

> Could you show a "libtool --mode=link" command line in your project plus
> its output where this fails? 
libtool: link: creating linker input file list: .libs/libnds.la.lnk
libtool: link: xlC_r -o .libs/libnds.so.1.0.0 "-f,.libs/libnds.la.lnk" 
-blibpath:/home/jjaimon/builds/nds-rosalind/unix/flaim/flmlib/.libs:/home/jjaimon/builds/nds-rosalind/unix/loader/.libs
>>snip<<
ld: 0706-005 Cannot find or open file: ,.libs/libnds.la.lnk
        ld:fopen(): No such file or directory

$ ls -l .libs
>>snip<<
-rw-r--r--   1 jjaimon  n4u        17636008 Oct 11 13:09 libnds.la-1.o
-rw-r--r--   1 jjaimon  n4u            7711 Oct 16 10:59 libnds.la.lnk
>>snip<<
>  Also maybe once with -Wc,-v and once with
> -Wl,-v added?  Which compiler version, OS version is this, what says
> `./libtool --config'?
>   
Attached..

Thanks
--jaimon
# Whether or not to build static libraries.
build_old_libs=yes

# Which release of libtool.m4 was used?
macro_version=2.1a
macro_revision=1.2345

# Whether or not to build shared libraries.
build_libtool_libs=yes

# What type of objects to build.
pic_mode=default

# Whether or not to optimize for fast installation.
fast_install=yes

# The host system.
host_alias=
host=powerpc-ibm-aix5.1.0.0
host_os=aix5.1.0.0

# The build system.
build_alias=
build=powerpc-ibm-aix5.1.0.0
build_os=aix5.1.0.0

# A sed program that does not truncate output.
SED="/usr/bin/sed"

# Sed that helps us avoid accidentally triggering echo(1) options like -n.
Xsed="$SED -e 1s/^X//"

# A grep program that handles long lines.
GREP="grep"

# An ERE matcher.
EGREP="grep -E"

# A literal string matcher.
FGREP="grep -F"

# A BSD- or MS-compatible name lister.
NM="/usr/local/bin/nm -B"

# Whether we need soft or hard links.
LN_S="ln -s"

# What is the maximum length of a command?
max_cmd_len=8192

# Object file suffix (normally "o").
objext=o

# Executable file suffix (normally "").
exeext=

# whether the shell understands "unset".
lt_unset=unset

# turn spaces into newlines.
SP2NL="tr \\040 \\012"

# turn newlines into spaces.
NL2SP="tr \\015\\012 \\040\\040"

# How to create reloadable object files.
reload_flag=" -r"
reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"

# Method to check whether dependent libraries are shared objects.
deplibs_check_method="pass_all"

# Command to use when deplibs_check_method == "file_magic".
file_magic_cmd="\$MAGIC_CMD"

# The archiver.
AR="ar"
AR_FLAGS="cru"

# A symbol stripping program.
STRIP="strip"

# Commands used to install an old-style archive.
RANLIB="ranlib"
old_postinstall_cmds="chmod 644 \$oldlib~\$RANLIB \$oldlib"
old_postuninstall_cmds=""

# A C compiler.
LTCC="xlc_r"

# LTCC compiler flags.
LTCFLAGS="-g -g -DPROVO -DUSE_MASV -D_REENTRANT=1 -qlanglvl=redefmac -qcpluscmt 
-qmaxmem=8192 -qthreaded -DDEBUG -DPRECHECKIN=1 -g -D_LARGE_FILES 
-D_LARGE_FILE_API -DSAL_DEBUG -I/usr/local/include"

# Take the output of nm and produce a listing of raw symbols and C names.
global_symbol_pipe="sed -n -e 's/^.*[    ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[      
 ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'"

# Transform the output of nm in a proper C declaration.
global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 
's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'"

# Transform the output of nm in a C name address pair.
global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", 
(void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", 
(void *) \\&\\2},/p'"

# The name of the directory that contains temporary libtool files.
objdir=.libs

# Shell to use when invoking shell scripts.
SHELL="/bin/sh"

# An echo program that does not interpret backslashes.
ECHO="print -r"

# Used to examine libraries when file_magic_cmd begins with "file".
MAGIC_CMD=file

# Must we lock files when doing compilation?
need_locks="no"

# Old archive suffix (normally "a").
libext=a

# Shared library suffix (normally ".so").
shrext_cmds=".so"

# The commands to extract the exported symbol list from a shared archive.
extract_expsyms_cmds=""

# Variables whose values should be saved in libtool wrapper scripts and
# restored at link time.
variables_saved_for_relink="PATH LIBPATH "

# Do we need the "lib" prefix for modules?
need_lib_prefix=no

# Do we need a version for libraries?
need_version=no

# Library versioning type.
version_type=linux

# Shared library runtime path variable.
runpath_var=

# Shared library path variable.
shlibpath_var=LIBPATH

# Is shlibpath searched before the hard-coded library search path?
shlibpath_overrides_runpath=unknown

# Format of library name prefix.
libname_spec="lib\$name"

# List of archive names.  First name is the real one, the rest are links.
# The last name is the one that the linker finds with -lNAME
library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix 
\${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"

# The coded name of the library, if different from the real name.
soname_spec=""

# Command to use after installation of a shared archive.
postinstall_cmds=""

# Command to use after uninstallation of a shared archive.
postuninstall_cmds=""

# Commands used to finish a libtool library installation in a directory.
finish_cmds=""

# As "finish_cmds", except a single script fragment to be evaled but
# not shown.
finish_eval=""

# Whether we should hardcode library paths into libraries.
hardcode_into_libs=yes

# Compile-time system search path for libraries.
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"

# Run-time system search path for libraries.
sys_lib_dlsearch_path_spec="/lib /usr/lib"

# Whether dlopen is supported.
dlopen_support=yes

# Whether dlopen of programs is supported.
dlopen_self=no

# Whether dlopen of statically linked programs is supported.
dlopen_self_static=unknown

# Commands to strip libraries.
old_striplib="strip --strip-debug"
striplib="strip --strip-unneeded"


# The linker used to build libraries.
LD="/usr/ccs/bin/ld"

# Commands used to build an old-style archive.
old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB 
\$oldlib"

# A language specific compiler.
CC="xlc_r"

# Is the compiler the GNU compiler?
with_gcc=

# Compiler flag to turn off builtin functions.
no_builtin_flag=""

# How to pass a linker flag through the compiler.
wl="-Wl,"

# Additional compiler flags for building library objects.
pic_flag=" -DPIC"

# Compiler flag to prevent dynamic linking.
link_static_flag="-bnso -bI:/lib/syscalls.exp"

# Does compiler simultaneously support -c and -o options?
compiler_c_o="yes"

# Whether or not to add -lc for building shared libraries.
build_libtool_need_lc=yes

# Whether or not to disallow shared libs when runtime libs are static.
allow_libtool_libs_with_static_runtimes=no

# Compiler flag to allow reflexive dlopens.
export_dynamic_flag_spec=""

# Compiler flag to generate shared objects directly from archives.
whole_archive_flag_spec=""

# Create an old-style archive from a shared archive.
old_archive_from_new_cmds=""

# Create a temporary old-style archive to link instead of a shared archive.
old_archive_from_expsyms_cmds=""

# Commands used to build a shared archive.
archive_cmds=""
archive_expsym_cmds="\$CC -o \$output_objdir/\$soname \$libobjs \$deplibs 
\${wl}-bnoentry \$compiler_flags \\\`if test \\\"x\${allow_undefined_flag}\\\" 
!= \\\"x\\\"; then \$ECHO \\\"X\${wl}\${allow_undefined_flag}\\\" | \$Xsed; 
else :; fi\\\` \${wl}-bexport:\$export_symbols \${wl}-G"

# Commands used to build a loadable module if different from building
# a shared archive.
module_cmds=""
module_expsym_cmds=""

# Whether we are building with GNU ld or not.
with_gnu_ld="no"

# Flag that allows shared libraries with undefined symbols to be built.
allow_undefined_flag="-berok"

# Flag that enforces no undefined symbols.
no_undefined_flag=""

# Flag to hardcode $libdir into a binary during linking.
# This must work even if $libdir does not exist
hardcode_libdir_flag_spec="\${wl}-blibpath:\$libdir:/usr/lib/threads:/usr/lib:/lib
                                         "

# If ld is used when linking, flag to hardcode $libdir into a binary
# during linking.  This must work even if $libdir does not exist.
hardcode_libdir_flag_spec_ld=""

# Whether we need a single "-rpath" flag with a separated argument.
hardcode_libdir_separator=":"

# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
# DIR into the resulting binary.
hardcode_direct=yes

# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
# DIR into the resulting binary and the resulting library dependency is
# "absolute",i.e impossible to change by setting ${shlibpath_var} if the
# library is relocated.
hardcode_direct_absolute=yes

# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
# into the resulting binary.
hardcode_minus_L=no

# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
# into the resulting binary.
hardcode_shlibpath_var=unsupported

# Set to "yes" if building a shared library automatically hardcodes DIR
# into the library and all subsequent libraries and executables linked
# against it.
hardcode_automatic=no

# Set to yes if linker adds runtime paths of dependent libraries
# to runtime path list.
inherit_rpath=no

# Whether libtool must link a program against all its dependency libraries.
link_all_deplibs=yes

# Fix the shell variable $srcfile for the compiler.
fix_srcfile_path=""

# Set to "yes" if exported symbols are required.
always_export_symbols=yes

# The commands to list exported symbols.
export_symbols_cmds="\$NM -Bpg \$libobjs \$convenience | awk '{ if (((\\\$ 2 == 
\\\"T\\\") || (\\\$ 2 == \\\"D\\\") || (\\\$ 2 == \\\"B\\\")) && (substr(\\\$ 
3,1,1) != \\\".\\\")) { print \\\$ 3 } }' | sort -u > \$export_symbols"

# Symbols that should not be listed in the preloaded symbols.
exclude_expsyms="_GLOBAL_OFFSET_TABLE_"

# Symbols that must always be exported.
include_expsyms=""

# Commands necessary for linking programs (against libraries) with templates.
prelink_cmds=""

# Specify filename containing input files.
file_list_spec="\${wl}-f,"

# How to hardcode a shared library path into an executable.
hardcode_action=immediate

# Dependencies to place before and after the objects being linked to
# create a shared library.
predep_objects=""
postdep_objects=""
predeps=""
postdeps=""

# The library search path used internally by the compiler when linking
# a shared library.
compiler_lib_search_path=""

make[1]: Entering directory `/home/jjaimon/builds/nds-rosalind/unix/seq'
/bin/sh ../../libtool --mode=link xlC_r  -g -DPROVO -DUSE_MASV -D_REENTRANT=1 
-qlanglvl=redefmac -qnoeh -DDEBUG -DPRECHECKIN=1 -g -D_LARGE_FILES 
-D_LARGE_FILE_API -DSAL_DEBUG -I/usr/local/include  -brtl -Wc,-v -o libnds.la 
-rpath /opt/novell/eDirectory/lib/nds-modules -module -version-info 1:0:0 
-Xlinker -R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules 
-export-symbols-regex ".*" dummy.lo ../../dclient/libdclient.la 
../../portable/libutpub.la ../../portable/libutint.la ../../comm/libncbsock.la 
../../seq/libseq.la ../flaim/smflaim/libsmflaim.la ../flaim/flmlib/libflaim.la 
../src/libprpub.la ../src/libprint.la ../src/libin.la ../loader/libdsloader.la 
../../iinternal/libiinternal.la 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -lsal 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -luatb -lccsapp -lccs2   
-lC_r -L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/ -lccsapp 
-lccs2 -lsal 
-L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release -lntls 
-lpthread  -lintl 

*** Warning: Linking the shared library libnds.la against the loadable module
*** libdsloader.so is not portable!
libtool: link: rm -fr  .libs/libnds.exp .libs/libnds.la.lnk .libs/libnds.lax
libtool: link: generating symbol list for `libnds.la'
libtool: link: /usr/local/bin/nm -B -Bpg  .libs/dummy.o   
../../dclient/.libs/libdclient.a ../../portable/.libs/libutpub.a 
../../portable/.libs/libutint.a ../../comm/.libs/libncbsock.a 
../../seq/.libs/libseq.a ../flaim/smflaim/.libs/libsmflaim.a 
../src/.libs/libprpub.a ../src/.libs/libprint.a ../src/.libs/libin.a 
../../iinternal/.libs/libiinternal.a | awk '{ if ((($ 2 == "T") || ($ 2 == "D") 
|| ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }' | sort -u > 
.libs/libnds.exp
libtool: link: grep -E -e ".*" ".libs/libnds.exp" > ".libs/libnds.expT"
libtool: link: mv -f ".libs/libnds.expT" ".libs/libnds.exp"
libtool: link: (cd .libs/libnds.lax/libdclient.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../dclient/.libs/libdclient.a)
libtool: link: (cd .libs/libnds.lax/libutpub.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../portable/.libs/libutpub.a)
libtool: link: (cd .libs/libnds.lax/libutint.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../portable/.libs/libutint.a)
libtool: link: (cd .libs/libnds.lax/libncbsock.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../comm/.libs/libncbsock.a)
libtool: link: (cd .libs/libnds.lax/libseq.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../seq/.libs/libseq.a)
libtool: link: (cd .libs/libnds.lax/libsmflaim.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../flaim/smflaim/.libs/libsmflaim.a)
libtool: link: (cd .libs/libnds.lax/libprpub.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libprpub.a)
libtool: link: (cd .libs/libnds.lax/libprint.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libprint.a)
libtool: link: (cd .libs/libnds.lax/libin.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libin.a)
libtool: link: (cd .libs/libnds.lax/libiinternal.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../iinternal/.libs/libiinternal.a)
libtool: link: creating linker input file list: .libs/libnds.la.lnk
libtool: link: xlC_r -o .libs/libnds.so.1.0.0 "-f,.libs/libnds.la.lnk"  
-blibpath:/home/jjaimon/builds/nds-rosalind/unix/flaim/flmlib/.libs:/home/jjaimon/builds/nds-rosalind/unix/loader/.libs:/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/usr/lib/threads:/usr/vacpp/lib:/usr/lib:/lib
 -L../flaim/flmlib/.libs -lflaim 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -L../loader/.libs 
-ldsloader -L/opt/novell/eDirectory/lib/nds-modules -luatb -lC_r 
-L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/ -lccsapp -lccs2 
-lsal -L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release 
-lntls -lpthread -lintl -bnoentry  -qlanglvl=redefmac -qnoeh -v 
-R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules             
            `if test "x-berok" != "x"; then print -r "X-berok" | /usr/bin/sed 
-e 1s/^X//; else :; fi` -bexport:.libs/libnds.exp -G
exec: 
/bin/ld(ld,-bM:SRE,-bnoentry,-G,-bpT:0x10000000,-bpD:0x20000000,-o.libs/libnds.so.1.0.0,-f,.libs/libnds.la.lnk,-blibpath:/home/jjaimon/builds/nds-rosalind/unix/flaim/flmlib/.libs:/home/jjaimon/builds/nds-rosalind/unix/loader/.libs:/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/usr/lib/threads:/usr/vacpp/lib:/usr/lib:/lib,-L../flaim/flmlib/.libs,-lflaim,-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries,-L../loader/.libs,-ldsloader,-L/opt/novell/eDirectory/lib/nds-modules,-luatb,-lC_r,-L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/,-lccsapp,-lccs2,-lsal,-L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release,-lntls,-lpthread,-lintl,-bnoentry,-R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules,-berok,-bexport:.libs/libnds.exp,-L/usr/lib/threads,-L/usr/vacpp/lib,-lC,-lpthreads,-lm,-lc,-bnobind,NULL)
  >/tmp/xlcLDaXajyg
ld: 0706-005 Cannot find or open file: ,.libs/libnds.la.lnk
        ld:fopen(): No such file or directory
ld: 0706-027 The -R 
/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules flag is 
ignored.
unlink: /tmp/xlcLDaXajyg
unlink: /tmp/xlcW0aXajya
unlink: /tmp/xlcW1aXajyb
unlink: /tmp/xlcW2aXajyc
unlink: /tmp/xlcMCaXajye.c
unlink: /tmp/xlcMCaXajye.o
unlink: /tmp/xlcMTaXajyf
unlink: /tmp/xlcSFaXajyd
make[1]: *** [libnds.la] Error 255
make[1]: Leaving directory `/home/jjaimon/builds/nds-rosalind/unix/seq'
make: *** [all-recursive] Error 1
make[1]: Entering directory `/home/jjaimon/builds/nds-rosalind/unix/seq'
/bin/sh ../../libtool --mode=link xlC_r  -g -DPROVO -DUSE_MASV -D_REENTRANT=1 
-qlanglvl=redefmac -qnoeh -DDEBUG -DPRECHECKIN=1 -g -D_LARGE_FILES 
-D_LARGE_FILE_API -DSAL_DEBUG -I/usr/local/include  -brtl -Wl,-v -o libnds.la 
-rpath /opt/novell/eDirectory/lib/nds-modules -module -version-info 1:0:0 
-Xlinker -R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules 
-export-symbols-regex ".*" dummy.lo ../../dclient/libdclient.la 
../../portable/libutpub.la ../../portable/libutint.la ../../comm/libncbsock.la 
../../seq/libseq.la ../flaim/smflaim/libsmflaim.la ../flaim/flmlib/libflaim.la 
../src/libprpub.la ../src/libprint.la ../src/libin.la ../loader/libdsloader.la 
../../iinternal/libiinternal.la 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -lsal 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -luatb -lccsapp -lccs2   
-lC_r -L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/ -lccsapp 
-lccs2 -lsal 
-L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release -lntls 
-lpthread  -lintl 

*** Warning: Linking the shared library libnds.la against the loadable module
*** libdsloader.so is not portable!
libtool: link: rm -fr  .libs/libnds.exp .libs/libnds.la.lnk .libs/libnds.lax
libtool: link: generating symbol list for `libnds.la'
libtool: link: /usr/local/bin/nm -B -Bpg  .libs/dummy.o   
../../dclient/.libs/libdclient.a ../../portable/.libs/libutpub.a 
../../portable/.libs/libutint.a ../../comm/.libs/libncbsock.a 
../../seq/.libs/libseq.a ../flaim/smflaim/.libs/libsmflaim.a 
../src/.libs/libprpub.a ../src/.libs/libprint.a ../src/.libs/libin.a 
../../iinternal/.libs/libiinternal.a | awk '{ if ((($ 2 == "T") || ($ 2 == "D") 
|| ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }' | sort -u > 
.libs/libnds.exp
libtool: link: grep -E -e ".*" ".libs/libnds.exp" > ".libs/libnds.expT"
libtool: link: mv -f ".libs/libnds.expT" ".libs/libnds.exp"
libtool: link: (cd .libs/libnds.lax/libdclient.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../dclient/.libs/libdclient.a)
libtool: link: (cd .libs/libnds.lax/libutpub.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../portable/.libs/libutpub.a)
libtool: link: (cd .libs/libnds.lax/libutint.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../portable/.libs/libutint.a)
libtool: link: (cd .libs/libnds.lax/libncbsock.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../comm/.libs/libncbsock.a)
libtool: link: (cd .libs/libnds.lax/libseq.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../seq/.libs/libseq.a)
libtool: link: (cd .libs/libnds.lax/libsmflaim.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../flaim/smflaim/.libs/libsmflaim.a)
libtool: link: (cd .libs/libnds.lax/libprpub.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libprpub.a)
libtool: link: (cd .libs/libnds.lax/libprint.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libprint.a)
libtool: link: (cd .libs/libnds.lax/libin.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../src/.libs/libin.a)
libtool: link: (cd .libs/libnds.lax/libiinternal.a && ar x 
/home/jjaimon/builds/nds-rosalind/unix/seq/../../iinternal/.libs/libiinternal.a)
libtool: link: creating linker input file list: .libs/libnds.la.lnk
libtool: link: xlC_r -o .libs/libnds.so.1.0.0 "-f,.libs/libnds.la.lnk"  
-blibpath:/home/jjaimon/builds/nds-rosalind/unix/flaim/flmlib/.libs:/home/jjaimon/builds/nds-rosalind/unix/loader/.libs:/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/usr/lib/threads:/usr/vacpp/lib:/usr/lib:/lib
 -L../flaim/flmlib/.libs -lflaim 
-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries -L../loader/.libs 
-ldsloader -L/opt/novell/eDirectory/lib/nds-modules -luatb -lC_r 
-L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/ -lccsapp -lccs2 
-lsal -L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release 
-lntls -lpthread -lintl -bnoentry  -qlanglvl=redefmac -qnoeh -v 
-R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules             
            `if test "x-berok" != "x"; then print -r "X-berok" | /usr/bin/sed 
-e 1s/^X//; else :; fi` -bexport:.libs/libnds.exp -G
exec: 
/bin/ld(ld,-bM:SRE,-bnoentry,-G,-bpT:0x10000000,-bpD:0x20000000,-o.libs/libnds.so.1.0.0,-f,.libs/libnds.la.lnk,-blibpath:/home/jjaimon/builds/nds-rosalind/unix/flaim/flmlib/.libs:/home/jjaimon/builds/nds-rosalind/unix/loader/.libs:/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/usr/lib/threads:/usr/vacpp/lib:/usr/lib:/lib,-L../flaim/flmlib/.libs,-lflaim,-L/home/jjaimon/builds/nds-rosalind/unix/lib/libraries,-L../loader/.libs,-ldsloader,-L/opt/novell/eDirectory/lib/nds-modules,-luatb,-lC_r,-L/home/jjaimon/projects/nds-rosalind/unix/external/AIX//final/,-lccsapp,-lccs2,-lsal,-L/home/jjaimon/projects/nds-rosalind/external/lib/openssl/AIX//release,-lntls,-lpthread,-lintl,-bnoentry,-R/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules,-berok,-bexport:.libs/libnds.exp,-L/usr/lib/threads,-L/usr/vacpp/lib,-lC,-lpthreads,-lm,-lc,-bnobind,NULL)
  >/tmp/xlcLDpTUgyg
ld: 0706-005 Cannot find or open file: ,.libs/libnds.la.lnk
        ld:fopen(): No such file or directory
ld: 0706-027 The -R 
/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules flag is 
ignored.
unlink: /tmp/xlcLDpTUgyg
unlink: /tmp/xlcW0pSUgya
unlink: /tmp/xlcW1pSUgyb
unlink: /tmp/xlcW2pSUgyc
unlink: /tmp/xlcMCpSUgye.c
unlink: /tmp/xlcMCpSUgye.o
unlink: /tmp/xlcMTpSUgyf
unlink: /tmp/xlcSFpSUgyd
make[1]: *** [libnds.la] Error 255
make[1]: Leaving directory `/home/jjaimon/builds/nds-rosalind/unix/seq'
make: *** [all-recursive] Error 1

reply via email to

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