lkml.org 
[lkml]   [1996]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectProblem compiling with msql lib

I'm using 2.0.14 now after an upgrade from 1.2.13
When I try to compile my program written in C which makes sql searches,
it says:

gcc -s -o admn admn.o menu.o ext_ind.o func.o planos.o usuarios.o liberados.o cartoes.o cadastros.o faturamentos.o listagens.o boletos.o correios.o pagamentos.o -L/usr/lib -lncurses -lmsql -lshadow
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x50): undefined reference to `main'
admn.o(.text+0x4): undefined reference to `___main'
menu.o(.text+0x43a): undefined reference to `_sleep'
menu.o(.text+0x7ea): undefined reference to `_sleep'
menu.o(.text+0x9ea): undefined reference to `_sleep'
menu.o(.text+0xc3a): undefined reference to `_sleep'
menu.o(.text+0x102a): undefined reference to `_sleep'
menu.o(.text+0x128a): more undefined references to `_sleep' follow
ext_ind.o(.text+0x531): undefined reference to `_time'
ext_ind.o(.text+0x543): undefined reference to `_localtime'
ext_ind.o(.text+0x55a): undefined reference to `_sprintf'
ext_ind.o(.text+0x570): undefined reference to `_sprintf'
ext_ind.o(.text+0x588): undefined reference to `_sprintf'
ext_ind.o(.text+0x621): undefined reference to `_strcat'
ext_ind.o(.text+0x62c): undefined reference to `_strcat'
ext_ind.o(.text+0x6cd): undefined reference to `_strcpy'
ext_ind.o(.text+0x6e0): undefined reference to `_strcpy'
ext_ind.o(.text+0x6fc): undefined reference to `_strcpy'
ext_ind.o(.text+0x71b): undefined reference to `_strcpy'
ext_ind.o(.text+0x731): undefined reference to `_strcpy'
ext_ind.o(.text+0x886): undefined reference to `_strcat'
ext_ind.o(.text+0x891): undefined reference to `_strcat'
ext_ind.o(.text+0xa87): undefined reference to `_strcat'
ext_ind.o(.text+0xa9a): undefined reference to `_strcat'
ext_ind.o(.text+0xaa5): undefined reference to `_strcat'
ext_ind.o(.text+0xab2): more undefined references to `_strcat' follow
ext_ind.o(.text+0xb3e): undefined reference to `_strtod'
ext_ind.o(.text+0xb68): undefined reference to `_strtol'
ext_ind.o(.text+0xbda): undefined reference to `_strcat'
ext_ind.o(.text+0xbed): undefined reference to `_strcat'
ext_ind.o(.text+0xbf8): undefined reference to `_strcat'
ext_ind.o(.text+0xc02): undefined reference to `_strcat'
ext_ind.o(.text+0xc15): undefined reference to `_strcat'
ext_ind.o(.text+0xc20): more undefined references to `_strcat' follow
ext_ind.o(.text+0xc86): undefined reference to `_strtod'
ext_ind.o(.text+0xcb0): undefined reference to `_strtol'
ext_ind.o(.text+0xee7): undefined reference to `_strcat'
ext_ind.o(.text+0xefa): undefined reference to `_strcat'
ext_ind.o(.text+0xf05): undefined reference to `_strcat'
ext_ind.o(.text+0xf87): undefined reference to `_strtod'
ext_ind.o(.text+0x113a): undefined reference to `_strcat'
ext_ind.o(.text+0x1150): undefined reference to `_strcat'
ext_ind.o(.text+0x115b): undefined reference to `_strcat'
ext_ind.o(.text+0x13b3): undefined reference to `_strcpy'
ext_ind.o(.text+0x13cc): undefined reference to `_strcpy'
ext_ind.o(.text+0x13df): undefined reference to `_strcpy'
ext_ind.o(.text+0x13fb): undefined reference to `_strcpy'
ext_ind.o(.text+0x141a): undefined reference to `_strcpy'
ext_ind.o(.text+0x1436): more undefined references to `_strcpy' follow
func.o(.text+0xe2): undefined reference to `__IO_stderr_'
func.o(.text+0xe7): undefined reference to `_fprintf'
func.o(.text+0xf9): undefined reference to `__IO_stderr_'
func.o(.text+0xfe): undefined reference to `_fprintf'
func.o(.text+0x121): undefined reference to `__IO_stderr_'
func.o(.text+0x126): undefined reference to `_fprintf'
func.o(.text+0x14c): undefined reference to `__IO_stderr_'
func.o(.text+0x151): undefined reference to `_fprintf'
func.o(.text+0x29b): undefined reference to `___ctype_b'
func.o(.text+0x3ad): undefined reference to `_strcpy'
func.o(.text+0x3ba): undefined reference to `_strcpy'
func.o(.text+0x3c7): undefined reference to `_strcpy'
func.o(.text+0x452): undefined reference to `_strtol'
func.o(.text+0x461): undefined reference to `_strtol'
func.o(.text+0x49d): undefined reference to `_sprintf'
func.o(.text+0x4c2): undefined reference to `_strtol'
func.o(.text+0x4d1): undefined reference to `_strtol'
func.o(.text+0x50d): undefined reference to `_sprintf'
func.o(.text+0x532): undefined reference to `_strtol'
func.o(.text+0x544): undefined reference to `_strtol'
func.o(.text+0x553): undefined reference to `_strtol'
func.o(.text+0x57d): undefined reference to `_getpwnam'
func.o(.text+0x5b2): undefined reference to `_crypt'
func.o(.text+0x5bc): undefined reference to `_strcmp'
func.o(.text+0x5cd): undefined reference to `_setuid'
func.o(.text+0x604): undefined reference to `___ctype_b'
planos.o(.text+0x3e4): undefined reference to `_strcat'
planos.o(.text+0x3f5): undefined reference to `_strcat'
planos.o(.text+0x4ec): undefined reference to `_strcpy'
planos.o(.text+0x4fc): undefined reference to `_strcpy'
planos.o(.text+0x50c): undefined reference to `_strcpy'
planos.o(.text+0x519): undefined reference to `_strcpy'
planos.o(.text+0x73a): undefined reference to `_strcat'
planos.o(.text+0x74d): undefined reference to `_strcat'
planos.o(.text+0x75e): undefined reference to `_strcat'
planos.o(.text+0x76f): undefined reference to `_strcat'
planos.o(.text+0x785): undefined reference to `_strcat'
planos.o(.text+0x796): more undefined references to `_strcat' follow
usuarios.o(.text+0x738): undefined reference to `_strcpy'
usuarios.o(.text+0x74e): undefined reference to `_strcpy'
usuarios.o(.text+0x764): undefined reference to `_strcpy'
usuarios.o(.text+0x77d): undefined reference to `_strcpy'
usuarios.o(.text+0x793): undefined reference to `_strcpy'
usuarios.o(.text+0xa60): undefined reference to `_strcat'
usuarios.o(.text+0xa6b): undefined reference to `_strcat'
usuarios.o(.text+0xbb6): undefined reference to `_strcpy'
usuarios.o(.text+0xbf8): undefined reference to `_strcat'
usuarios.o(.text+0xc03): undefined reference to `_strcat'
usuarios.o(.text+0x10e6): undefined reference to `_strcat'
usuarios.o(.text+0x10f1): undefined reference to `_strcat'
usuarios.o(.text+0x122f): undefined reference to `_strtol'
usuarios.o(.text+0x1240): undefined reference to `_strtol'
usuarios.o(.text+0x1252): undefined reference to `_strtol'
usuarios.o(.text+0x1328): undefined reference to `_strcat'
usuarios.o(.text+0x1333): undefined reference to `_strcat'
usuarios.o(.text+0x133a): undefined reference to `_strcat'
usuarios.o(.text+0x1350): undefined reference to `_strcat'
usuarios.o(.text+0x135b): undefined reference to `_strcat'
usuarios.o(.text+0x136e): more undefined references to `_strcat' follow
usuarios.o(.text+0x14fd): undefined reference to `_sprintf'
usuarios.o(.text+0x1503): undefined reference to `_system'
usuarios.o(.text+0x1513): undefined reference to `_sprintf'
usuarios.o(.text+0x151c): undefined reference to `_system'
usuarios.o(.text+0x15d5): undefined reference to `_strcat'
usuarios.o(.text+0x15e8): undefined reference to `_strcat'
usuarios.o(.text+0x15f3): undefined reference to `_strcat'
usuarios.o(.text+0x1606): undefined reference to `_strcat'
usuarios.o(.text+0x1614): undefined reference to `_strcat'
usuarios.o(.text+0x161e): more undefined references to `_strcat' follow
usuarios.o(.text+0x1c65): undefined reference to `_strcpy'
usuarios.o(.text+0x1c75): undefined reference to `_strcpy'
usuarios.o(.text+0x1c82): undefined reference to `_strcpy'
usuarios.o(.text+0x1c9e): undefined reference to `_strcpy'
usuarios.o(.text+0x1cae): undefined reference to `_strcpy'
usuarios.o(.text+0x2043): undefined reference to `_strcat'
usuarios.o(.text+0x2054): undefined reference to `_strcat'
usuarios.o(.text+0x209c): undefined reference to `_strcat'
usuarios.o(.text+0x20ad): undefined reference to `_strcat'
usuarios.o(.text+0x20f2): undefined reference to `_strcat'
usuarios.o(.text+0x2103): more undefined references to `_strcat' follow
usuarios.o(.text+0x23e6): undefined reference to `_sprintf'
usuarios.o(.text+0x23ec): undefined reference to `_system'
liberados.o(.text+0x3a8): undefined reference to `_strcat'
liberados.o(.text+0x3b3): undefined reference to `_strcat'
liberados.o(.text+0x465): undefined reference to `_strcat'
liberados.o(.text+0x470): undefined reference to `_strcat'
liberados.o(.text+0x54a): undefined reference to `_strcpy'
liberados.o(.text+0x61f): undefined reference to `_strcat'
liberados.o(.text+0x62c): undefined reference to `_strcat'
liberados.o(.text+0x637): undefined reference to `_strcat'
liberados.o(.text+0x642): undefined reference to `_strcat'
liberados.o(.text+0x652): undefined reference to `_strcat'
liberados.o(.text+0x65d): more undefined references to `_strcat' follow
cartoes.o(.text+0x5ec): undefined reference to `_strcpy'
cartoes.o(.text+0x5fc): undefined reference to `_strcpy'
cartoes.o(.text+0x60c): undefined reference to `_strcpy'
cartoes.o(.text+0x619): undefined reference to `_strcpy'
cartoes.o(.text+0x837): undefined reference to `_strcat'
cartoes.o(.text+0x84a): undefined reference to `_strcat'
cartoes.o(.text+0x85b): undefined reference to `_strcat'
cartoes.o(.text+0x86c): undefined reference to `_strcat'
cartoes.o(.text+0x882): undefined reference to `_strcat'
cartoes.o(.text+0x893): more undefined references to `_strcat' follow
cadastros.o(.text+0x66a): undefined reference to `_strcpy'
cadastros.o(.text+0x69d): undefined reference to `_strcat'
cadastros.o(.text+0x6ae): undefined reference to `_strcat'
cadastros.o(.text+0x824): undefined reference to `_strcpy'
cadastros.o(.text+0x834): undefined reference to `_strcpy'
cadastros.o(.text+0x844): undefined reference to `_strcpy'
cadastros.o(.text+0x851): undefined reference to `_strcpy'
cadastros.o(.text+0x861): undefined reference to `_strcpy'
cadastros.o(.text+0x871): more undefined references to `_strcpy' follow
cadastros.o(.text+0x125a): undefined reference to `_strcat'
cadastros.o(.text+0x126d): undefined reference to `_strcat'
cadastros.o(.text+0x127e): undefined reference to `_strcat'
cadastros.o(.text+0x128f): undefined reference to `_strcat'
cadastros.o(.text+0x12a5): undefined reference to `_strcat'
cadastros.o(.text+0x12b6): more undefined references to `_strcat' follow
cadastros.o(.text+0x16bf): undefined reference to `_sprintf'
cadastros.o(.text+0x16c8): undefined reference to `_system'
cadastros.o(.text+0x1784): undefined reference to `_strcat'
cadastros.o(.text+0x1797): undefined reference to `_strcat'
cadastros.o(.text+0x17a8): undefined reference to `_strcat'
cadastros.o(.text+0x17bb): undefined reference to `_strcat'
cadastros.o(.text+0x17cf): undefined reference to `_strcat'
cadastros.o(.text+0x17e2): more undefined references to `_strcat' follow
cadastros.o(.text+0x1ad5): undefined reference to `_sprintf'
cadastros.o(.text+0x1ade): undefined reference to `_system'
faturamentos.o(.text+0x885): undefined reference to `_strcat'
faturamentos.o(.text+0x898): undefined reference to `_strcat'
faturamentos.o(.text+0x8a3): undefined reference to `_strcat'
faturamentos.o(.text+0x9ae): undefined reference to `_strcat'
faturamentos.o(.text+0x9bc): undefined reference to `_strcat'
faturamentos.o(.text+0x9c7): more undefined references to `_strcat' follow
faturamentos.o(.text+0xa68): undefined reference to `_strcpy'
faturamentos.o(.text+0xa78): undefined reference to `_strcpy'
faturamentos.o(.text+0xa86): undefined reference to `_strtod'
faturamentos.o(.text+0xa9a): undefined reference to `_strtod'
faturamentos.o(.text+0xaaf): undefined reference to `_strcpy'
faturamentos.o(.text+0xabf): undefined reference to `_strcpy'
faturamentos.o(.text+0xb5d): undefined reference to `_strcat'
faturamentos.o(.text+0xb68): undefined reference to `_strcat'
faturamentos.o(.text+0xbd1): undefined reference to `_strcpy'
faturamentos.o(.text+0xbe4): undefined reference to `_strcpy'
faturamentos.o(.text+0xc1c): undefined reference to `_strcat'
faturamentos.o(.text+0xc2a): undefined reference to `_strcat'
faturamentos.o(.text+0xc3d): undefined reference to `_strcat'
faturamentos.o(.text+0xc44): undefined reference to `_strcat'
faturamentos.o(.text+0xc4f): undefined reference to `_strcat'
faturamentos.o(.text+0xcae): undefined reference to `_strtol'
faturamentos.o(.text+0xcbc): undefined reference to `_strtod'
faturamentos.o(.text+0xd10): undefined reference to `_strcat'
faturamentos.o(.text+0xd23): undefined reference to `_strcat'
faturamentos.o(.text+0xd2e): undefined reference to `_strcat'
faturamentos.o(.text+0xd41): undefined reference to `_strcat'
faturamentos.o(.text+0xd4f): undefined reference to `_strcat'
faturamentos.o(.text+0xdb1): undefined reference to `_strcpy'
faturamentos.o(.text+0xdc1): undefined reference to `_strcpy'
faturamentos.o(.text+0xdd1): undefined reference to `_strtol'
faturamentos.o(.text+0xddf): undefined reference to `_strtod'
faturamentos.o(.text+0xe47): undefined reference to `_strcpy'
faturamentos.o(.text+0xe6c): undefined reference to `_strcat'
faturamentos.o(.text+0xe77): undefined reference to `_strcat'
faturamentos.o(.text+0xe8a): undefined reference to `_strcat'
faturamentos.o(.text+0xe98): undefined reference to `_strcat'
faturamentos.o(.text+0xf2d): undefined reference to `_strtok'
faturamentos.o(.text+0xf3a): undefined reference to `_strcpy'
faturamentos.o(.text+0xf46): undefined reference to `_strtok'
faturamentos.o(.text+0xf53): undefined reference to `_strcpy'
faturamentos.o(.text+0xf62): undefined reference to `_strtok'
faturamentos.o(.text+0xf6f): undefined reference to `_strcpy'
faturamentos.o(.text+0xff3): undefined reference to `_strcat'
faturamentos.o(.text+0xffe): undefined reference to `_strcat'
faturamentos.o(.text+0x1037): undefined reference to `_strtod'
faturamentos.o(.text+0x11d4): undefined reference to `_sprintf'
faturamentos.o(.text+0x11fa): undefined reference to `_strcat'
faturamentos.o(.text+0x120d): undefined reference to `_strcat'
faturamentos.o(.text+0x121b): undefined reference to `_strcat'
faturamentos.o(.text+0x1226): undefined reference to `_strcat'
faturamentos.o(.text+0x1239): undefined reference to `_strcat'
faturamentos.o(.text+0x1244): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1293): undefined reference to `_sprintf'
faturamentos.o(.text+0x12a7): undefined reference to `_strcat'
faturamentos.o(.text+0x12ba): undefined reference to `_strcat'
faturamentos.o(.text+0x12c5): undefined reference to `_strcat'
faturamentos.o(.text+0x12e2): undefined reference to `_sprintf'
faturamentos.o(.text+0x12f6): undefined reference to `_strcat'
faturamentos.o(.text+0x1309): undefined reference to `_strcat'
faturamentos.o(.text+0x1314): undefined reference to `_strcat'
faturamentos.o(.text+0x1331): undefined reference to `_sprintf'
faturamentos.o(.text+0x1345): undefined reference to `_strcat'
faturamentos.o(.text+0x1358): undefined reference to `_strcat'
faturamentos.o(.text+0x1363): undefined reference to `_strcat'
faturamentos.o(.text+0x1380): undefined reference to `_sprintf'
faturamentos.o(.text+0x1394): undefined reference to `_strcat'
faturamentos.o(.text+0x13a7): undefined reference to `_strcat'
faturamentos.o(.text+0x13b2): undefined reference to `_strcat'
faturamentos.o(.text+0x13cf): undefined reference to `_sprintf'
faturamentos.o(.text+0x13e3): undefined reference to `_strcat'
faturamentos.o(.text+0x13f6): undefined reference to `_strcat'
faturamentos.o(.text+0x1401): undefined reference to `_strcat'
faturamentos.o(.text+0x140c): undefined reference to `_strcat'
faturamentos.o(.text+0x1422): undefined reference to `_strcat'
faturamentos.o(.text+0x142d): more undefined references to `_strcat' follow
faturamentos.o(.text+0x154a): undefined reference to `_sprintf'
faturamentos.o(.text+0x155b): undefined reference to `_strcat'
faturamentos.o(.text+0x1571): undefined reference to `_strcat'
faturamentos.o(.text+0x157c): undefined reference to `_strcat'
faturamentos.o(.text+0x1587): undefined reference to `_strcat'
faturamentos.o(.text+0x159a): undefined reference to `_strcat'
faturamentos.o(.text+0x15a8): more undefined references to `_strcat' follow
faturamentos.o(.text+0x160d): undefined reference to `_sprintf'
faturamentos.o(.text+0x161a): undefined reference to `_strcat'
faturamentos.o(.text+0x1628): undefined reference to `_strcat'
faturamentos.o(.text+0x1645): undefined reference to `_sprintf'
faturamentos.o(.text+0x1652): undefined reference to `_strcat'
faturamentos.o(.text+0x1660): undefined reference to `_strcat'
faturamentos.o(.text+0x166d): undefined reference to `_strcat'
faturamentos.o(.text+0x1678): undefined reference to `_strcat'
faturamentos.o(.text+0x16d5): undefined reference to `_strcat'
faturamentos.o(.text+0x16e8): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1768): undefined reference to `_sprintf'
faturamentos.o(.text+0x1773): undefined reference to `_strcat'
faturamentos.o(.text+0x177d): undefined reference to `_strcat'
faturamentos.o(.text+0x1788): undefined reference to `_strcat'
faturamentos.o(.text+0x1793): undefined reference to `_strcat'
faturamentos.o(.text+0x17a0): undefined reference to `_strcat'
faturamentos.o(.text+0x17ae): more undefined references to `_strcat' follow
faturamentos.o(.text+0x180d): undefined reference to `_sprintf'
faturamentos.o(.text+0x1814): undefined reference to `_strcat'
faturamentos.o(.text+0x1822): undefined reference to `_strcat'
faturamentos.o(.text+0x1839): undefined reference to `_sprintf'
faturamentos.o(.text+0x1840): undefined reference to `_strcat'
faturamentos.o(.text+0x184e): undefined reference to `_strcat'
faturamentos.o(.text+0x185b): undefined reference to `_strcat'
faturamentos.o(.text+0x1866): undefined reference to `_strcat'
faturamentos.o(.text+0x18c5): undefined reference to `_strcat'
faturamentos.o(.text+0x18d0): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1925): undefined reference to `_sprintf'
faturamentos.o(.text+0x194a): undefined reference to `_strcpy'
faturamentos.o(.text+0x1982): undefined reference to `_strcat'
faturamentos.o(.text+0x1995): undefined reference to `_strcat'
faturamentos.o(.text+0x19a0): undefined reference to `_strcat'
faturamentos.o(.text+0x19ab): undefined reference to `_strcat'
faturamentos.o(.text+0x19c1): undefined reference to `_strcat'
faturamentos.o(.text+0x19cc): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1a51): undefined reference to `_sprintf'
faturamentos.o(.text+0x1a5f): undefined reference to `_strcat'
faturamentos.o(.text+0x1a66): undefined reference to `_strcat'
faturamentos.o(.text+0x1a71): undefined reference to `_strcat'
faturamentos.o(.text+0x1a7c): undefined reference to `_strcat'
faturamentos.o(.text+0x1a92): undefined reference to `_strcat'
faturamentos.o(.text+0x1aa5): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1ad0): undefined reference to `_sprintf'
faturamentos.o(.text+0x1ada): undefined reference to `_strcat'
faturamentos.o(.text+0x1ae5): undefined reference to `_strcat'
faturamentos.o(.text+0x1afc): undefined reference to `_sprintf'
faturamentos.o(.text+0x1b06): undefined reference to `_strcat'
faturamentos.o(.text+0x1b11): undefined reference to `_strcat'
faturamentos.o(.text+0x1b1e): undefined reference to `_strcat'
faturamentos.o(.text+0x1b29): undefined reference to `_strcat'
faturamentos.o(.text+0x1bb7): undefined reference to `_strcat'
faturamentos.o(.text+0x1bc2): more undefined references to `_strcat' follow
faturamentos.o(.text+0x1dbd): undefined reference to `_sprintf'
faturamentos.o(.text+0x1dce): undefined reference to `_strcat'
faturamentos.o(.text+0x1dd8): undefined reference to `_strcat'
faturamentos.o(.text+0x1de3): undefined reference to `_strcat'
faturamentos.o(.text+0x1df5): undefined reference to `_sprintf'
faturamentos.o(.text+0x1e06): undefined reference to `_strcat'
faturamentos.o(.text+0x1e10): undefined reference to `_strcat'
faturamentos.o(.text+0x1e1b): undefined reference to `_strcat'
faturamentos.o(.text+0x1e32): undefined reference to `_sprintf'
faturamentos.o(.text+0x1e40): undefined reference to `_strcat'
faturamentos.o(.text+0x1e47): undefined reference to `_strcat'
faturamentos.o(.text+0x1e52): undefined reference to `_strcat'
faturamentos.o(.text+0x1e69): undefined reference to `_sprintf'
faturamentos.o(.text+0x1e77): undefined reference to `_strcat'
faturamentos.o(.text+0x1e7e): undefined reference to `_strcat'
faturamentos.o(.text+0x1e89): undefined reference to `_strcat'
faturamentos.o(.text+0x1ea6): undefined reference to `_sprintf'
faturamentos.o(.text+0x1eb4): undefined reference to `_strcat'
faturamentos.o(.text+0x1ebb): undefined reference to `_strcat'
faturamentos.o(.text+0x1ec6): undefined reference to `_strcat'
faturamentos.o(.text+0x1ed1): undefined reference to `_strcat'
faturamentos.o(.text+0x26e5): undefined reference to `_strcat'
faturamentos.o(.text+0x26f8): more undefined references to `_strcat' follow
faturamentos.o(.text+0x27e5): undefined reference to `_fopen'
faturamentos.o(.text+0x2870): undefined reference to `_strcat'
faturamentos.o(.text+0x2881): undefined reference to `_strcat'
faturamentos.o(.text+0x2892): undefined reference to `_strcat'
faturamentos.o(.text+0x28a3): undefined reference to `_strcat'
faturamentos.o(.text+0x28b7): undefined reference to `_strcat'
faturamentos.o(.text+0x28c8): more undefined references to `_strcat' follow
faturamentos.o(.text+0x2a74): undefined reference to `_fprintf'
faturamentos.o(.text+0x2a85): undefined reference to `_fprintf'
faturamentos.o(.text+0x2ab2): undefined reference to `_fprintf'
faturamentos.o(.text+0x2b5b): undefined reference to `_strtod'
faturamentos.o(.text+0x2b74): undefined reference to `_strcpy'
faturamentos.o(.text+0x2b8a): undefined reference to `_strcpy'
faturamentos.o(.text+0x2b9d): undefined reference to `_strcpy'
faturamentos.o(.text+0x2baa): undefined reference to `_strcpy'
faturamentos.o(.text+0x2bba): undefined reference to `_strcpy'
faturamentos.o(.text+0x2bca): more undefined references to `_strcpy' follow
faturamentos.o(.text+0x2c94): undefined reference to `_fprintf'
faturamentos.o(.text+0x2caa): undefined reference to `_fprintf'
faturamentos.o(.text+0x2cbd): undefined reference to `_fprintf'
faturamentos.o(.text+0x2cd3): undefined reference to `_fprintf'
faturamentos.o(.text+0x2ce6): undefined reference to `_fprintf'
faturamentos.o(.text+0x2cf9): more undefined references to `_fprintf' follow
faturamentos.o(.text+0x3063): undefined reference to `_strncpy'
faturamentos.o(.text+0x3085): undefined reference to `_fprintf'
faturamentos.o(.text+0x3096): undefined reference to `_fprintf'
faturamentos.o(.text+0x30ab): undefined reference to `_strncpy'
faturamentos.o(.text+0x30cd): undefined reference to `_fprintf'
faturamentos.o(.text+0x30e3): undefined reference to `_fprintf'
faturamentos.o(.text+0x3111): undefined reference to `_fprintf'
faturamentos.o(.text+0x3129): undefined reference to `_fprintf'
faturamentos.o(.text+0x3141): undefined reference to `_fprintf'
faturamentos.o(.text+0x315a): more undefined references to `_fprintf' follow
faturamentos.o(.text+0x31e2): undefined reference to `_fclose'
faturamentos.o(.text+0x35f5): undefined reference to `_strcat'
faturamentos.o(.text+0x3608): undefined reference to `_strcat'
faturamentos.o(.text+0x3619): undefined reference to `_strcat'
faturamentos.o(.text+0x3778): undefined reference to `_strcat'
faturamentos.o(.text+0x3789): undefined reference to `_strcat'
faturamentos.o(.text+0x379c): more undefined references to `_strcat' follow
listagens.o(.text+0x72f): undefined reference to `_mktemp'
listagens.o(.text+0x76d): undefined reference to `_fopen'
listagens.o(.text+0x7fa): undefined reference to `_strcpy'
listagens.o(.text+0x81c): undefined reference to `_strcpy'
listagens.o(.text+0x832): undefined reference to `_strtol'
listagens.o(.text+0x848): undefined reference to `_strtol'
listagens.o(.text+0x858): undefined reference to `_strtod'
listagens.o(.text+0x86c): undefined reference to `_strtod'
listagens.o(.text+0x880): undefined reference to `_strtod'
listagens.o(.text+0x8cc): undefined reference to `_fprintf'
listagens.o(.text+0x8e5): undefined reference to `_fprintf'
listagens.o(.text+0x8f0): undefined reference to `_fprintf'
listagens.o(.text+0x8fe): undefined reference to `_fprintf'
listagens.o(.text+0x91e): undefined reference to `_fprintf'
listagens.o(.text+0x929): more undefined references to `_fprintf' follow
listagens.o(.text+0xa75): undefined reference to `_fclose'
listagens.o(.text+0xaa2): undefined reference to `_strcat'
listagens.o(.text+0xaa8): undefined reference to `_system'
listagens.o(.text+0xe96): undefined reference to `_strcat'
listagens.o(.text+0xea7): undefined reference to `_strcat'
listagens.o(.text+0xeb8): undefined reference to `_strcat'
listagens.o(.text+0xef1): undefined reference to `_strcat'
listagens.o(.text+0xf1c): undefined reference to `_strcat'
listagens.o(.text+0xf30): more undefined references to `_strcat' follow
listagens.o(.text+0x1080): undefined reference to `_mktemp'
listagens.o(.text+0x10cd): undefined reference to `_fopen'
listagens.o(.text+0x11d0): undefined reference to `_strcpy'
listagens.o(.text+0x11e0): undefined reference to `_strcpy'
listagens.o(.text+0x11f0): undefined reference to `_strcpy'
listagens.o(.text+0x1200): undefined reference to `_strcpy'
listagens.o(.text+0x1213): undefined reference to `_strcpy'
listagens.o(.text+0x1229): more undefined references to `_strcpy' follow
listagens.o(.text+0x1298): undefined reference to `_fprintf'
listagens.o(.text+0x12b0): undefined reference to `_fprintf'
listagens.o(.text+0x12c8): undefined reference to `_fprintf'
listagens.o(.text+0x12f1): undefined reference to `_fprintf'
listagens.o(.text+0x1303): undefined reference to `_fprintf'
listagens.o(.text+0x1317): more undefined references to `_fprintf' follow
listagens.o(.text+0x1343): undefined reference to `_fclose'
listagens.o(.text+0x136d): undefined reference to `_strcat'
listagens.o(.text+0x1373): undefined reference to `_system'
listagens.o(.text+0x184f): undefined reference to `_strcat'
listagens.o(.text+0x185a): undefined reference to `_strcat'
listagens.o(.text+0x1867): undefined reference to `_strcat'
listagens.o(.text+0x1872): undefined reference to `_strcat'
listagens.o(.text+0x196e): undefined reference to `_strcat'
listagens.o(.text+0x197e): more undefined references to `_strcat' follow
listagens.o(.text+0x198f): undefined reference to `_mktemp'
listagens.o(.text+0x19cd): undefined reference to `_fopen'
listagens.o(.text+0x1a84): undefined reference to `_fprintf'
listagens.o(.text+0x1aa3): undefined reference to `_fprintf'
listagens.o(.text+0x1ab4): undefined reference to `_fprintf'
listagens.o(.text+0x1ac8): undefined reference to `_fprintf'
listagens.o(.text+0x1ad9): undefined reference to `_fprintf'
listagens.o(.text+0x1aea): more undefined references to `_fprintf' follow
listagens.o(.text+0x1b50): undefined reference to `_strcpy'
listagens.o(.text+0x1b60): undefined reference to `_strcpy'
listagens.o(.text+0x1b6e): undefined reference to `_strtod'
listagens.o(.text+0x1b87): undefined reference to `_strcpy'
listagens.o(.text+0x1ba9): undefined reference to `_strcat'
listagens.o(.text+0x1bb4): undefined reference to `_strcat'
listagens.o(.text+0x1c67): undefined reference to `_sprintf'
listagens.o(.text+0x1c84): undefined reference to `_strcpy'
listagens.o(.text+0x1c94): undefined reference to `_strcpy'
listagens.o(.text+0x1cc9): undefined reference to `_fprintf'
listagens.o(.text+0x1cfd): undefined reference to `_fprintf'
listagens.o(.text+0x1d1a): undefined reference to `_fprintf'
listagens.o(.text+0x1d32): undefined reference to `_fprintf'
listagens.o(.text+0x1d58): undefined reference to `_fclose'
listagens.o(.text+0x1d82): undefined reference to `_strcat'
listagens.o(.text+0x1d88): undefined reference to `_system'
listagens.o(.text+0x229f): undefined reference to `_strcat'
listagens.o(.text+0x22aa): undefined reference to `_strcat'
listagens.o(.text+0x22b7): undefined reference to `_strcat'
listagens.o(.text+0x22c2): undefined reference to `_strcat'
listagens.o(.text+0x23c7): undefined reference to `_strcat'
listagens.o(.text+0x23d7): more undefined references to `_strcat' follow
listagens.o(.text+0x23e8): undefined reference to `_mktemp'
listagens.o(.text+0x242d): undefined reference to `_fopen'
listagens.o(.text+0x24e4): undefined reference to `_fprintf'
listagens.o(.text+0x2503): undefined reference to `_fprintf'
listagens.o(.text+0x2514): undefined reference to `_fprintf'
listagens.o(.text+0x2528): undefined reference to `_fprintf'
listagens.o(.text+0x2539): undefined reference to `_fprintf'
listagens.o(.text+0x254a): more undefined references to `_fprintf' follow
listagens.o(.text+0x25b0): undefined reference to `_strcpy'
listagens.o(.text+0x25be): undefined reference to `_strtod'
listagens.o(.text+0x25d7): undefined reference to `_strcpy'
listagens.o(.text+0x2606): undefined reference to `_strcat'
listagens.o(.text+0x2611): undefined reference to `_strcat'
listagens.o(.text+0x26e3): undefined reference to `_strcpy'
listagens.o(.text+0x26f0): undefined reference to `_strcpy'
listagens.o(.text+0x2737): undefined reference to `_fprintf'
listagens.o(.text+0x276d): undefined reference to `_fprintf'
listagens.o(.text+0x278a): undefined reference to `_fprintf'
listagens.o(.text+0x27a2): undefined reference to `_fprintf'
listagens.o(.text+0x27c8): undefined reference to `_fclose'
listagens.o(.text+0x27e9): undefined reference to `_strcat'
listagens.o(.text+0x27ef): undefined reference to `_system'
listagens.o(.text+0x27fb): undefined reference to `_unlink'
listagens.o(.text+0x2b3f): undefined reference to `_strcat'
listagens.o(.text+0x2b4a): undefined reference to `_strcat'
listagens.o(.text+0x2b57): undefined reference to `_strcat'
listagens.o(.text+0x2b62): undefined reference to `_strcat'
listagens.o(.text+0x2c67): undefined reference to `_strcat'
listagens.o(.text+0x2c77): more undefined references to `_strcat' follow
listagens.o(.text+0x2c88): undefined reference to `_mktemp'
listagens.o(.text+0x2ccd): undefined reference to `_fopen'
listagens.o(.text+0x2d84): undefined reference to `_fprintf'
listagens.o(.text+0x2da3): undefined reference to `_fprintf'
listagens.o(.text+0x2db4): undefined reference to `_fprintf'
listagens.o(.text+0x2dc8): undefined reference to `_fprintf'
listagens.o(.text+0x2dd9): undefined reference to `_fprintf'
listagens.o(.text+0x2dea): more undefined references to `_fprintf' follow
listagens.o(.text+0x2e50): undefined reference to `_strcpy'
listagens.o(.text+0x2e5e): undefined reference to `_strtod'
listagens.o(.text+0x2e77): undefined reference to `_strcpy'
listagens.o(.text+0x2ea6): undefined reference to `_strcat'
listagens.o(.text+0x2eb1): undefined reference to `_strcat'
listagens.o(.text+0x2f83): undefined reference to `_strcpy'
listagens.o(.text+0x2f90): undefined reference to `_strcpy'
listagens.o(.text+0x2fd7): undefined reference to `_fprintf'
listagens.o(.text+0x300d): undefined reference to `_fprintf'
listagens.o(.text+0x302a): undefined reference to `_fprintf'
listagens.o(.text+0x3042): undefined reference to `_fprintf'
listagens.o(.text+0x3068): undefined reference to `_fclose'
listagens.o(.text+0x3089): undefined reference to `_strcat'
listagens.o(.text+0x308f): undefined reference to `_system'
listagens.o(.text+0x309b): undefined reference to `_unlink'
boletos.o(.text+0x7f5): undefined reference to `_strcat'
boletos.o(.text+0x808): undefined reference to `_strcat'
boletos.o(.text+0x819): undefined reference to `_strcat'
boletos.o(.text+0x908): undefined reference to `_strcat'
boletos.o(.text+0x915): undefined reference to `_strcat'
boletos.o(.text+0x920): more undefined references to `_strcat' follow
boletos.o(.text+0x926): undefined reference to `_mktemp'
boletos.o(.text+0x96d): undefined reference to `_fopen'
boletos.o(.text+0x9f0): undefined reference to `_strcat'
boletos.o(.text+0xa01): undefined reference to `_strcat'
boletos.o(.text+0xa12): undefined reference to `_strcat'
boletos.o(.text+0xa23): undefined reference to `_strcat'
boletos.o(.text+0xa37): undefined reference to `_strcat'
boletos.o(.text+0xa48): more undefined references to `_strcat' follow
boletos.o(.text+0xcaf): undefined reference to `_strtod'
boletos.o(.text+0xcc8): undefined reference to `_strcpy'
boletos.o(.text+0xcd8): undefined reference to `_strcpy'
boletos.o(.text+0xcf4): undefined reference to `_strcpy'
boletos.o(.text+0xd04): undefined reference to `_strcpy'
boletos.o(.text+0xd17): undefined reference to `_strcpy'
boletos.o(.text+0xd2d): more undefined references to `_strcpy' follow
boletos.o(.text+0xe48): undefined reference to `_fprintf'
boletos.o(.text+0xe6e): undefined reference to `_fprintf'
boletos.o(.text+0xe7f): undefined reference to `_fprintf'
boletos.o(.text+0xe9a): undefined reference to `_fprintf'
boletos.o(.text+0xeb7): undefined reference to `_fprintf'
boletos.o(.text+0xec8): more undefined references to `_fprintf' follow
boletos.o(.text+0xfb3): undefined reference to `_fclose'
boletos.o(.text+0xfdd): undefined reference to `_strcat'
boletos.o(.text+0xfe3): undefined reference to `_system'
correios.o(.text+0x725): undefined reference to `_strcat'
correios.o(.text+0x738): undefined reference to `_strcat'
correios.o(.text+0x749): undefined reference to `_strcat'
correios.o(.text+0x82c): undefined reference to `_strcat'
correios.o(.text+0x840): undefined reference to `_strcat'
correios.o(.text+0x853): more undefined references to `_strcat' follow
correios.o(.text+0x9cc): undefined reference to `_strcpy'
correios.o(.text+0x9da): undefined reference to `_strtod'
correios.o(.text+0x9ee): undefined reference to `_strtod'
correios.o(.text+0xa02): undefined reference to `_strtod'
correios.o(.text+0xa16): undefined reference to `_strtod'
correios.o(.text+0xa2a): undefined reference to `_strtod'
correios.o(.text+0xa5a): undefined reference to `_strcat'
correios.o(.text+0xa6b): undefined reference to `_fopen'
correios.o(.text+0xac8): undefined reference to `_time'
correios.o(.text+0xad3): undefined reference to `_fprintf'
correios.o(.text+0xad9): undefined reference to `_ctime'
correios.o(.text+0xae6): undefined reference to `_strcpy'
correios.o(.text+0xaf3): undefined reference to `_fprintf'
correios.o(.text+0xb01): undefined reference to `_fprintf'
correios.o(.text+0xb13): undefined reference to `_fprintf'
correios.o(.text+0xb2c): undefined reference to `_fprintf'
correios.o(.text+0xb3a): undefined reference to `_fprintf'
correios.o(.text+0xb45): more undefined references to `_fprintf' follow
correios.o(.text+0xca3): undefined reference to `_fclose'
correios.o(.text+0x122b): undefined reference to `_fopen'
correios.o(.text+0x17f0): undefined reference to `_strcat'
correios.o(.text+0x181b): undefined reference to `_strcat'
correios.o(.text+0x182e): undefined reference to `_strcat'
correios.o(.text+0x183f): undefined reference to `_strcat'
correios.o(.text+0x1883): undefined reference to `_strcat'
correios.o(.text+0x1897): more undefined references to `_strcat' follow
correios.o(.text+0x194d): undefined reference to `_fclose'
correios.o(.text+0x19c8): undefined reference to `_fclose'
correios.o(.text+0x1a52): undefined reference to `_strcpy'
correios.o(.text+0x1a79): undefined reference to `_strcat'
correios.o(.text+0x1a8a): undefined reference to `_strcat'
correios.o(.text+0x1b22): undefined reference to `_strcat'
correios.o(.text+0x1b33): undefined reference to `_fopen'
correios.o(.text+0x1b98): undefined reference to `_time'
correios.o(.text+0x1ba3): undefined reference to `_fprintf'
correios.o(.text+0x1ba9): undefined reference to `_ctime'
correios.o(.text+0x1bb6): undefined reference to `_strcpy'
correios.o(.text+0x1bc3): undefined reference to `_fprintf'
correios.o(.text+0x1bd1): undefined reference to `_fprintf'
correios.o(.text+0x1be3): undefined reference to `_fprintf'
correios.o(.text+0x1bf5): undefined reference to `_fprintf'
correios.o(.text+0x1c03): undefined reference to `_fprintf'
correios.o(.text+0x1c0e): more undefined references to `_fprintf' follow
correios.o(.text+0x1c25): undefined reference to `_rewind'
correios.o(.text+0x1c3d): undefined reference to `_fgets'
correios.o(.text+0x1c51): undefined reference to `_fprintf'
correios.o(.text+0x1c67): undefined reference to `_fprintf'
correios.o(.text+0x1c72): undefined reference to `_fprintf'
correios.o(.text+0x1c7d): undefined reference to `_fprintf'
correios.o(.text+0x1c88): undefined reference to `_fprintf'
correios.o(.text+0x1c96): more undefined references to `_fprintf' follow
correios.o(.text+0x1c9c): undefined reference to `_fclose'
correios.o(.text+0x1cb8): undefined reference to `_fclose'
pagamentos.o(.text+0x48f): undefined reference to `_strcat'
pagamentos.o(.text+0x4a0): undefined reference to `_strcat'
pagamentos.o(.text+0x546): undefined reference to `_strcpy'
pagamentos.o(.text+0x553): undefined reference to `_strcpy'
pagamentos.o(.text+0x560): undefined reference to `_strcpy'
pagamentos.o(.text+0x56e): undefined reference to `_strtod'
pagamentos.o(.text+0x587): undefined reference to `_strcpy'
pagamentos.o(.text+0x5cc): undefined reference to `_strcpy'
pagamentos.o(.text+0x5e6): undefined reference to `_strtod'
pagamentos.o(.text+0x60c): undefined reference to `_sprintf'
pagamentos.o(.text+0x61c): undefined reference to `_strcpy'
pagamentos.o(.text+0xac6): undefined reference to `_strtod'
pagamentos.o(.text+0xae6): undefined reference to `_sprintf'
pagamentos.o(.text+0xba8): undefined reference to `_strcat'
pagamentos.o(.text+0xbbb): undefined reference to `_strcat'
pagamentos.o(.text+0xbcc): undefined reference to `_strcat'
pagamentos.o(.text+0xbdf): undefined reference to `_strcat'
pagamentos.o(.text+0xbf3): undefined reference to `_strcat'
pagamentos.o(.text+0xc06): more undefined references to `_strcat' follow
pagamentos.o(.text+0x11ce): undefined reference to `_strcpy'
pagamentos.o(.text+0x11e4): undefined reference to `_strcpy'
pagamentos.o(.text+0x11f8): undefined reference to `_strtod'
pagamentos.o(.text+0x1214): undefined reference to `_strcpy'
pagamentos.o(.text+0x1230): undefined reference to `_strcpy'
pagamentos.o(.text+0x1292): undefined reference to `_strcpy'
pagamentos.o(.text+0x12b2): undefined reference to `_strtod'
pagamentos.o(.text+0x12d8): undefined reference to `_sprintf'
pagamentos.o(.text+0x12f1): undefined reference to `_strcpy'
pagamentos.o(.text+0x1746): undefined reference to `_strtod'
pagamentos.o(.text+0x1766): undefined reference to `_sprintf'
pagamentos.o(.text+0x181c): undefined reference to `_strcat'
pagamentos.o(.text+0x182f): undefined reference to `_strcat'
pagamentos.o(.text+0x1840): undefined reference to `_strcat'
pagamentos.o(.text+0x1850): undefined reference to `_strcat'
pagamentos.o(.text+0x1864): undefined reference to `_strcat'
pagamentos.o(.text+0x1877): more undefined references to `_strcat' follow
pagamentos.o(.text+0x1ece): undefined reference to `_strcpy'
pagamentos.o(.text+0x1ee4): undefined reference to `_strcpy'
pagamentos.o(.text+0x1ef8): undefined reference to `_strtod'
pagamentos.o(.text+0x1f14): undefined reference to `_strcpy'
pagamentos.o(.text+0x1f30): undefined reference to `_strcpy'
pagamentos.o(.text+0x1f92): undefined reference to `_strcpy'
pagamentos.o(.text+0x1fb2): undefined reference to `_strtod'
pagamentos.o(.text+0x1fd8): undefined reference to `_sprintf'
pagamentos.o(.text+0x1ff1): undefined reference to `_strcpy'
pagamentos.o(.text+0x2456): undefined reference to `_strtod'
pagamentos.o(.text+0x2476): undefined reference to `_sprintf'
pagamentos.o(.text+0x252c): undefined reference to `_strcat'
pagamentos.o(.text+0x253f): undefined reference to `_strcat'
pagamentos.o(.text+0x2550): undefined reference to `_strcat'
pagamentos.o(.text+0x2560): undefined reference to `_strcat'
pagamentos.o(.text+0x2574): undefined reference to `_strcat'
pagamentos.o(.text+0x2587): more undefined references to `_strcat' follow
pagamentos.o(.text+0x2c68): undefined reference to `_strcpy'
pagamentos.o(.text+0x2c78): undefined reference to `_strcpy'
pagamentos.o(.text+0x2c86): undefined reference to `_strtod'
pagamentos.o(.text+0x2c9f): undefined reference to `_strcpy'
pagamentos.o(.text+0x2ced): undefined reference to `_strcat'
pagamentos.o(.text+0x2cfe): undefined reference to `_strcat'
pagamentos.o(.text+0x2d82): undefined reference to `_strcat'
pagamentos.o(.text+0x2d9f): undefined reference to `_sprintf'
pagamentos.o(.text+0x2dac): undefined reference to `_strcat'
pagamentos.o(.text+0x2dc0): undefined reference to `_strcat'
pagamentos.o(.text+0x2dd1): undefined reference to `_strcat'
pagamentos.o(.text+0x2de4): undefined reference to `_strcat'
pagamentos.o(.text+0x2df5): undefined reference to `_strcat'
pagamentos.o(.text+0x2e0b): more undefined references to `_strcat' follow
/usr/lib/libncurses.a(lib_initscr.o)(.text+0x14): undefined reference to `__IO_stdin_'
/usr/lib/libncurses.a(lib_initscr.o)(.text+0x19): undefined reference to `__IO_stdout_'
/usr/lib/libncurses.a(lib_initscr.o)(.text+0x23): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0x4f): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0x54): undefined reference to `_fprintf'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0x85): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0xa5): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0xbb): undefined reference to `__IO_stdout_'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0xc4): undefined reference to `__IO_stdin_'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0xd2): undefined reference to `__IO_stdout_'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0xd8): undefined reference to `__IO_stdin_'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0x2ab): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_newterm.o)(.text+0x2ca): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_options.o)(.text+0xff3): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_options.o)(.text+0x1013): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_options.o)(.text+0x1033): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_options.o)(.text+0x1054): undefined reference to `_free'
/usr/lib/libncurses.a(lib_raw.o)(.text+0x5c): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_raw.o)(.text+0xc2): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_raw.o)(.text+0x11a): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_raw.o)(.text+0x187): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_raw.o)(.text+0x200): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_raw.o)(.text+0x24d): more undefined references to `_tcsetattr' follow
/usr/lib/libncurses.a(lib_endwin.o)(.text+0xad): undefined reference to `_fflush'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x39): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x69): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x160): undefined reference to `_tcflush'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x1ae): undefined reference to `_cfgetospeed'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x213): undefined reference to `_tcgetattr'
/usr/lib/libncurses.a(lib_kernel.o)(.text+0x235): undefined reference to `_tcsetattr'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x1e8): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x25f): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x268): undefined reference to `_read'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x42d): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x436): undefined reference to `_read'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x563): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x60f): undefined reference to `_fileno'
/usr/lib/libncurses.a(lib_getch.o)(.text+0x618): undefined reference to `_read'
/usr/lib/libncurses.a(lib_printw.o)(.text+0x1a): undefined reference to `_vsprintf'
/usr/lib/libncurses.a(lib_printw.o)(.text+0x5e): undefined reference to `_vsprintf'
/usr/lib/libncurses.a(lib_printw.o)(.text+0xa2): undefined reference to `_vsprintf'
/usr/lib/libncurses.a(lib_printw.o)(.text+0x112): undefined reference to `_vsprintf'
/usr/lib/libncurses.a(lib_printw.o)(.text+0x17e): undefined reference to `_vsprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x34): undefined reference to `_ioctl'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x45): undefined reference to `_perror'
/usr/lib/libncurses.a(lib_setup.o)(.text+0xc7): undefined reference to `_tcgetattr'
/usr/lib/libncurses.a(lib_setup.o)(.text+0xd9): undefined reference to `_perror'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x157): undefined reference to `_tcgetattr'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x169): undefined reference to `_perror'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x1ba): undefined reference to `_strcpy'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x1c5): undefined reference to `_strtok'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x1d3): undefined reference to `_strcmp'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x1f8): undefined reference to `_strtok'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x2de): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x2f7): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x2fc): undefined reference to `_fprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x32c): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x366): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x36b): undefined reference to `_fprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x386): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x3ac): undefined reference to `_sprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x3c7): undefined reference to `_sprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x417): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x41c): undefined reference to `_fprintf'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x445): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x468): undefined reference to `_strncpy'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x486): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x497): undefined reference to `_strtol'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x4a9): undefined reference to `_getenv'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x4ba): undefined reference to `_strtol'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x5b6): undefined reference to `_free'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x5bf): undefined reference to `_free'
/usr/lib/libncurses.a(lib_setup.o)(.text+0x5ee): undefined reference to `_getenv'
/usr/lib/libncurses.a(read_entry.o)(.text+0x63): undefined reference to `_open'
/usr/lib/libncurses.a(read_entry.o)(.text+0x7b): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(read_entry.o)(.text+0x80): undefined reference to `_fprintf'
/usr/lib/libncurses.a(read_entry.o)(.text+0x8a): undefined reference to `__IO_stderr_'
/usr/lib/libncurses.a(read_entry.o)(.text+0x8f): undefined reference to `_fprintf'
/usr/lib/libncurses.a(read_entry.o)(.text+0xae): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x158): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x182): undefined reference to `_lseek'
/usr/lib/libncurses.a(read_entry.o)(.text+0x1a7): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x1c1): undefined reference to `_lseek'
/usr/lib/libncurses.a(read_entry.o)(.text+0x209): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x239): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x277): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x2dd): undefined reference to `_lseek'
/usr/lib/libncurses.a(read_entry.o)(.text+0x324): undefined reference to `_malloc'
/usr/lib/libncurses.a(read_entry.o)(.text+0x3be): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x52b): undefined reference to `_lseek'
/usr/lib/libncurses.a(read_entry.o)(.text+0x577): undefined reference to `_read'
/usr/lib/libncurses.a(read_entry.o)(.text+0x57f): undefined reference to `_close'
/usr/lib/libncurses.a(read_entry.o)(.text+0x598): undefined reference to `_close'
/usr/lib/libncurses.a(lib_tputs.o)(.text+0xcc): undefined reference to `___ctype_b'
/usr/lib/libncurses.a(lib_tputs.o)(.text+0xdf): undefined reference to `_strchr'
/usr/lib/libncurses.a(lib_tputs.o)(.text+0x106): undefined reference to `___ctype_b'
/usr/lib/libncurses.a(lib_tputs.o)(.text+0x14a): undefined reference to `___ctype_b'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x7c): undefined reference to `_calloc'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x9c): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0xad): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0xb6): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0xbf): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0xc5): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x24c): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x26f): undefined reference to `_calloc'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x28c): undefined reference to `_calloc'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x29c): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x2bf): undefined reference to `_calloc'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x2cf): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x2d8): undefined reference to `_free'
/usr/lib/libncurses.a(lib_newwin.o)(.text+0x2e1): undefined reference to `_free'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x1a): undefined reference to `_sigaddset'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x24): undefined reference to `_sigprocmask'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x48): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x52): undefined reference to `_getpid'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x58): undefined reference to `_kill'
/usr/lib/libncurses.a(lib_tstp.o)(.text+0x62): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x1c): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x79): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x1c5): undefined reference to `_fflush'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x1d2): undefined reference to `_sigaction'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x404): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x50f): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x5c1): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x62c): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x774): undefined reference to `___overflow'
/usr/lib/libncurses.a(lib_doupdate.o)(.text+0x87f): more undefined references to `___overflow' follow
/usr/lib/libncurses.a(lib_twait.o)(.text+0x16): undefined reference to `_gettimeofday'
/usr/lib/libncurses.a(lib_twait.o)(.text+0x62): undefined reference to `_select'
/usr/lib/libncurses.a(lib_twait.o)(.text+0x6f): undefined reference to `_gettimeofday'
/usr/lib/libncurses.a(lib_scroll.o)(.text+0x3f): undefined reference to `_malloc'
/usr/lib/libncurses.a(lib_scroll.o)(.text+0x1df): undefined reference to `_free'
/usr/lib/libncurses.a(lib_tparm.o)(.text+0x330): undefined reference to `_sprintf'
/usr/lib/libncurses.a(lib_tparm.o)(.text+0x3e0): undefined reference to `_sprintf'
/usr/lib/libncurses.a(lib_tparm.o)(.text+0x49a): undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlInitDebug':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:106: undefined reference to `_getenv'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:109: undefined reference to `_strdup'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:113: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:114: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:115: undefined reference to `_strtok'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:118: undefined reference to `_strcmp'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:121: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:123: undefined reference to `_strcmp'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:126: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:128: undefined reference to `_strcmp'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:131: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:133: undefined reference to `_strtok'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:135: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:136: undefined reference to `_printf'
/lib/libmsql.a(libmsql.o): In function `_msqlDebug':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:173: undefined reference to `_vsprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:175: undefined reference to `_printf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:176: undefined reference to `__IO_stdout_'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:176: undefined reference to `_fflush'
/lib/libmsql.a(libmsql.o): In function `_closeServer':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:212: undefined reference to `_shutdown'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:213: undefined reference to `_close'
/lib/libmsql.a(libmsql.o): In function `_msqlClose':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:235: undefined reference to `_sprintf'
/lib/libmsql.a(libmsql.o): In function `_pipeHandler':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:258: undefined reference to `_signal'
/lib/libmsql.a(libmsql.o): In function `_freeQueryData':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:276: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:279: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:282: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:285: undefined reference to `_free'
/lib/libmsql.a(libmsql.o): In function `_freeFieldList':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:303: undefined reference to `_free'
/lib/libmsql.a(libmsql.o):/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:304: more undefined references to `_free' follow
/lib/libmsql.a(libmsql.o): In function `_tableToFieldList':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:346: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:357: undefined reference to `_strdup'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:358: undefined reference to `_strdup'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:359: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:360: undefined reference to `_atoi'
/lib/libmsql.a(libmsql.o): In function `_msqlConnect':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:402: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:426: undefined reference to `_getenv'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:430: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:433: undefined reference to `_socket'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:436: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:441: undefined reference to `_setsockopt'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:444: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:446: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:447: undefined reference to `_connect'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:450: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:451: undefined reference to `_close'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:459: undefined reference to `_getservbyname'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:463: undefined reference to `_getenv'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:465: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:468: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:471: undefined reference to `_socket'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:474: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:479: undefined reference to `_setsockopt'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:482: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:489: undefined reference to `_inet_addr'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:491: undefined reference to `_bcopy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:495: undefined reference to `_gethostbyname'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:498: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:501: undefined reference to `_close'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:504: undefined reference to `_bcopy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:506: undefined reference to `_htons'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:507: undefined reference to `_connect'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:510: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:511: undefined reference to `_perror'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:512: undefined reference to `_close'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:517: undefined reference to `_signal'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:527: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:538: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:540: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:542: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:543: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:547: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:554: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:557: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:561: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:564: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:571: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:575: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:579: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:581: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:583: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:590: undefined reference to `_geteuid'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:590: undefined reference to `_getpwuid'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:593: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:597: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:599: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:603: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:612: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:616: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:619: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:620: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:624: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlSelectDB':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:656: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:663: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:665: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:669: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:678: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:682: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:685: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:686: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:690: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlStoreResult':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:726: undefined reference to `_bzero'
/lib/libmsql.a(libmsql.o): In function `_msqlQuery':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:872: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:879: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:881: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:885: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:895: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:897: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:900: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:901: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:905: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:910: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:914: undefined reference to `_atoi'
/lib/libmsql.a(libmsql.o): In function `_readQueryData':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:978: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:983: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:985: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:987: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:990: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:991: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:995: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1011: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1013: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1019: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1020: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1029: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1030: undefined reference to `_bcopy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1039: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlListDBs':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1071: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1074: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1080: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1089: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1090: undefined reference to `_strdup'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1091: undefined reference to `_strdup'
/lib/libmsql.a(libmsql.o): In function `_msqlListTables':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1126: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1127: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1133: undefined reference to `_free'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1145: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1146: undefined reference to `_strdup'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1147: undefined reference to `_strdup'
/lib/libmsql.a(libmsql.o): In function `_msqlListFields':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1179: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1180: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1186: undefined reference to `_free'
/lib/libmsql.a(libmsql.o): In function `_msqlCreateDB':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1209: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1211: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1215: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1224: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1226: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1229: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1230: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1234: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlDropDB':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1248: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1250: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1254: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1263: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1265: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1268: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1269: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1273: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlShutdown':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1287: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1289: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1293: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1302: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1304: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1307: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1308: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1312: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `_msqlReloadAcls':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1327: undefined reference to `_sprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1329: undefined reference to `_bzero'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1333: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1342: undefined reference to `_atoi'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1344: undefined reference to `_index'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1347: undefined reference to `_strcpy'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1348: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/libmsql.c:1352: undefined reference to `_strcpy'
/lib/libmsql.a(libmsql.o): In function `___gnu_malloc':
/usr/include/stdlib.h:222: undefined reference to `_malloc'
/lib/libmsql.a(net.o): In function `_writePkt':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:78: undefined reference to `_strlen'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:84: undefined reference to `_write'
/lib/libmsql.a(net.o): In function `_alarmHandler':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:99: undefined reference to `_signal'
/lib/libmsql.a(net.o): In function `_readPkt':
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:128: undefined reference to `_read'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:131: undefined reference to `_alarm'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:148: undefined reference to `__IO_stderr_'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:148: undefined reference to `_fprintf'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:149: undefined reference to `_alarm'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:156: undefined reference to `_read'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:159: undefined reference to `_alarm'
/home/welberms/msql-1.0.12/targets/Linux-1.2.13-i586/msql/net.c:164: undefined reference to `_alarm'
/usr/lib/libshadow.a(shadow.o)(.text+0x20): undefined reference to `_rewind'
/usr/lib/libshadow.a(shadow.o)(.text+0x3b): undefined reference to `_fopen'
/usr/lib/libshadow.a(shadow.o)(.text+0x60): undefined reference to `_fclose'
/usr/lib/libshadow.a(shadow.o)(.text+0x94): undefined reference to `_strncpy'
/usr/lib/libshadow.a(shadow.o)(.text+0xa7): undefined reference to `_strrchr'
/usr/lib/libshadow.a(shadow.o)(.text+0x13f): undefined reference to `_strtol'
/usr/lib/libshadow.a(shadow.o)(.text+0x178): undefined reference to `_strtol'
/usr/lib/libshadow.a(shadow.o)(.text+0x1b1): undefined reference to `_strtol'
/usr/lib/libshadow.a(shadow.o)(.text+0x22d): undefined reference to `_strtol'
/usr/lib/libshadow.a(shadow.o)(.text+0x26a): undefined reference to `_strtol'
/usr/lib/libshadow.a(shadow.o)(.text+0x2a7): more undefined references to `_strtol' follow
/usr/lib/libshadow.a(shadow.o)(.text+0x34c): undefined reference to `_fgets'
/usr/lib/libshadow.a(shadow.o)(.text+0x3c5): undefined reference to `_strcmp'
/usr/lib/libshadow.a(shadow.o)(.text+0x41e): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x43f): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x45c): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x492): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x4ac): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x4e2): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x4fc): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x532): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x54c): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x582): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x59c): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x5d2): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x5ec): undefined reference to `___overflow'
/usr/lib/libshadow.a(shadow.o)(.text+0x622): undefined reference to `_fprintf'
/usr/lib/libshadow.a(shadow.o)(.text+0x63a): undefined reference to `___overflow'
make: *** [admn] Error 1



-----------------------------------------------
Isamar Maia
mailto:isamar@magiclink.com.br
MagicLink Systems Salvador - BA - Brazil
+55-(0)71-351-1615 May the Power Be with you


\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.547 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site