Skip to Content.
Sympa Menu

freetds - Re: [freetds] Problem installing freeTds when use make to startdeinstallation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: <anjoam AT cantv.net>, "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Problem installing freeTds when use make to startdeinstallation
  • Date: Fri, 12 Oct 2007 11:28:39 +0200

>
> When we use the make option after configure we obtain the
> followin error
>
> Any hints will be really appreciatte
>
>
> Making all in include
> make all-am
> Making all in src
> Making all in replacements
> Making all in tds
> make all-recursive
> Making all in unittests
> Making all in ctlib
> Making all in unittests
> /bin/bash ../../libtool --tag=CC --mode=link cc -g -o
> libct.la -rpath
> /usr/local/lib -version-info 4:0:0 -export-symbols-regex
> '^(cs_|ct_|blk_).*' -Wl,-Bsymbolic ct.lo cs.lo blk.lo ctutil.lo
> ../tds/libtds_objects.la ../replacements/libreplacements.la
> -lnsl -lsocket
> rm -fr .libs/libct.exp .libs/libct.so.4.0.0.exp
> generating symbol list for `libct.la'
> /usr/ccs/bin/nm -p .libs/ct.o .libs/cs.o .libs/blk.o .libs/ctutil.o
> ../tds/.libs/libtds_objects.a
> ../replacements/.libs/libreplacements.a | sed
> -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][
> ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed
> 's/.* //' | sort |
> uniq > .libs/libct.exp
> egrep -e "^(cs_|ct_|blk_).*" ".libs/libct.exp" > ".libs/libct.expT"
> mv -f ".libs/libct.expT" ".libs/libct.exp"
> echo "{ global:" > .libs/libct.so.4.0.0.exp
> cat .libs/libct.exp | /usr/bin/sed -e "s/\(.*\)/\1;/" >>
> .libs/libct.so.4.0.0.exp
> echo "local: *; };" >> .libs/libct.so.4.0.0.exp
> /usr/ucb/ld -G -M .libs/libct.so.4.0.0.exp -h libct.so.4 -o
> .libs/libct.so.4.0.0 .libs/ct.o .libs/cs.o .libs/blk.o .libs/ctutil.o
> -Wl,-z -Wl,allextract ../tds/.libs/libtds_objects.a
> ../replacements/.libs/libreplacements.a -Wl,-z
> -Wl,defaultextract -lnsl
> -lsocket -lc -Bsymbolic
> ld: fatal: option -z has illegal argument `-Wl,allextract'
> ld: fatal: option -z has illegal argument `-Wl,defaultextract'
> ld: fatal: Flags processing errors
> *** Error code 1
> make: Fatal error: Command failed for target `libct.la'
> Current working directory
> /aplicacion1/remedy/odbc/freetds-0.64/src/ctlib
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory
> /aplicacion1/remedy/odbc/freetds-0.64/src/ctlib
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /aplicacion1/remedy/odbc/freetds-0.64/src
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
>

Which OS are you using??
Probably libtool is misdetecting linker type.

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page