Skip to Content.
Sympa Menu

freetds - [freetds] trying to compile freetds-0.62.4 on AIX 5.1

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: angelo.magnone AT rbc.com
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] trying to compile freetds-0.62.4 on AIX 5.1
  • Date: Fri, 13 Aug 2004 15:32:36 -0400


Can anyone help me with this... I'm trying to compile freetds-0.62.4 on AIX
5.1 using gcc

( Reading specs from
/df3/utils/perlDev/usr/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.3
/specs
Configured with: ../gcc-3.3.3/configure --disable-nls
Thread model: aix
gcc version 3.3.3 )

and I keep getting the following error message...

Making all in apps
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include
-D_FREETDS_LIBRARY_SOURCE -D_REENTRANT -D_THREAD_SAFE -DD
BUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -g -O2
-MT tsql.o -MD -MP -MF ".deps/tsql.Tpo" -c -o tsql.o `
est -f 'tsql.c' || echo './'`tsql.c; then mv ".deps/tsql.Tpo"
".deps/tsql.Po"; else rm -f ".deps/tsql.Tpo"; exit 1; fi
/bin/sh ../../libtool --mode=link gcc -g -O2 -o tsql tsql.o
-lcurses ../tds/libtds.la
mkdir .libs
gcc -g -O2 -o .libs/tsql tsql.o -lcurses -L../tds/.libs -ltds -liconv
-Wl,-blibpath:/usr/local/lib:/df3/utils/perlDev/usr/local/bi
/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.3:/df3/utils/perlDev/usr/local/bi
n/../lib/gcc-lib:/df3/utils/perlDev/usr/local/bin/../li
/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.3/../../..:/usr/local/lib:/usr/lib:/lib
ld: 0711-317 ERROR: Undefined symbol: .tds_submit_query
ld: 0711-317 ERROR: Undefined symbol: .tds_process_result_tokens
ld: 0711-317 ERROR: Undefined symbol: .tds_client_msg
ld: 0711-317 ERROR: Undefined symbol: .tds_version
ld: 0711-317 ERROR: Undefined symbol: .tds_process_row_tokens
ld: 0711-317 ERROR: Undefined symbol: .tds_get_null
ld: 0711-317 ERROR: Undefined symbol: .tds_get_conversion_type
ld: 0711-317 ERROR: Undefined symbol: .tds_convert
ld: 0711-317 ERROR: Undefined symbol: .tds_get_compiletime_settings
ld: 0711-317 ERROR: Undefined symbol: .tds_set_user
ld: 0711-317 ERROR: Undefined symbol: .tds_set_app
ld: 0711-317 ERROR: Undefined symbol: .tds_set_library
ld: 0711-317 ERROR: Undefined symbol: .tds_set_server
ld: 0711-317 ERROR: Undefined symbol: .tds_set_client_charset
ld: 0711-317 ERROR: Undefined symbol: .tds_set_language
ld: 0711-317 ERROR: Undefined symbol: .tds_set_passwd
ld: 0711-317 ERROR: Undefined symbol: .tds_set_interfaces_file_loc
ld: 0711-317 ERROR: Undefined symbol: .tds_set_port
ld: 0711-317 ERROR: Undefined symbol: .tds_alloc_login
ld: 0711-317 ERROR: Undefined symbol: .tds_alloc_context
ld: 0711-317 ERROR: Undefined symbol: .tds_alloc_socket
ld: 0711-317 ERROR: Undefined symbol: .tds_set_parent
ld: 0711-317 ERROR: Undefined symbol: .tds_read_config_info
ld: 0711-317 ERROR: Undefined symbol: .tds_connect
ld: 0711-317 ERROR: Undefined symbol: .tds_free_connect
ld: 0711-317 ERROR: Undefined symbol: .tds_free_socket
ld: 0711-317 ERROR: Undefined symbol: .tds_free_login
ld: 0711-317 ERROR: Undefined symbol: .tds_free_context
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
make: The error code from the last command is 1.

Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.


Any help would be greatly appreciated!

------------------------------------------------------------
This e-mail may be privileged and/or confidential, and the sender does not
waive any related rights and obligations. Any distribution, use or copying of
this e-mail or the information it contains by other than an intended
recipient is unauthorized. If you received this e-mail in error, please
advise me (by return e-mail or otherwise) immediately.

Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce
pas aux droits et obligations qui s'y rapportent. Toute diffusion,
utilisation ou copie de ce message ou des renseignements qu'il contient par
une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si
vous recevez ce courrier électronique par erreur, veuillez m'en aviser
immédiatement, par retour de courrier électronique ou par un autre moyen.

============================================================




Archive powered by MHonArc 2.6.24.

Top of Page