Обсуждение: Reg: File import&export problem

Поиск
Список
Период
Сортировка

Reg: File import&export problem

От
"sandhya"
Дата:
Hi...
  Please help me in sorting out the below problem.
While doing importing and expoting files(This is first time i am using this concept)..i got the following error message.
Anything i have to include?
How to rectify it?
pls tell me to proceed further.......
 
 
: undefined reference to `lo_creat'
/tmp/ccYefhjF.o(.text+0x87): In function `importFile':
: undefined reference to `lo_open'
/tmp/ccYefhjF.o(.text+0xd3): In function `importFile':
: undefined reference to `lo_write'
/tmp/ccYefhjF.o(.text+0x121): In function `importFile':
: undefined reference to `lo_close'
/tmp/ccYefhjF.o(.text+0x145): In function `exportFile':
: undefined reference to `lo_open'
/tmp/ccYefhjF.o(.text+0x1bf): In function `exportFile':
: undefined reference to `lo_read'
/tmp/ccYefhjF.o(.text+0x22e): In function `exportFile':
: undefined reference to `lo_close'
/tmp/ccYefhjF.o(.text+0x255): In function `exit_nicely':
: undefined reference to `PQfinish'
/tmp/ccYefhjF.o(.text+0x2d5): In function `main':
: undefined reference to `PQsetdbLogin'
/tmp/ccYefhjF.o(.text+0x2e6): In function `main':
: undefined reference to `PQstatus'
/tmp/ccYefhjF.o(.text+0x315): In function `main':
: undefined reference to `PQerrorMessage'
/tmp/ccYefhjF.o(.text+0x34a): In function `main':
: undefined reference to `PQexec'
/tmp/ccYefhjF.o(.text+0x35b): In function `main':
: undefined reference to `PQclear'
/tmp/ccYefhjF.o(.text+0x37f): In function `main':
: undefined reference to `lo_import'
/tmp/ccYefhjF.o(.text+0x3a9): In function `main':
: undefined reference to `lo_export'
/tmp/ccYefhjF.o(.text+0x3bc): In function `main':
: undefined reference to `PQexec'
thanks,
Sandhya

Re: Reg: File import&export problem

От
Guido Barosio
Дата:
Hi Sandhya

Your request, again, seems to be poor in terms of information to the mailing list.

I would sugest you to write this mail again, including the command's being run, and describing the idea behind them. That would be a good start :)

Best wishes,
Guido

On 12/1/05, sandhya <sandhyar@amiindia.co.in> wrote:
Hi...
  Please help me in sorting out the below problem.
While doing importing and expoting files(This is first time i am using this concept)..i got the following error message.
Anything i have to include?
How to rectify it?
pls tell me to proceed further.......
 
 
: undefined reference to `lo_creat'
/tmp/ccYefhjF.o(.text+0x87): In function `importFile':
: undefined reference to `lo_open'
/tmp/ccYefhjF.o(.text+0xd3): In function `importFile':
: undefined reference to `lo_write'
/tmp/ccYefhjF.o(.text+0x121): In function `importFile':
: undefined reference to `lo_close'
/tmp/ccYefhjF.o(.text+0x145): In function `exportFile':
: undefined reference to `lo_open'
/tmp/ccYefhjF.o(.text+0x1bf): In function `exportFile':
: undefined reference to `lo_read'
/tmp/ccYefhjF.o(.text+0x22e): In function `exportFile':
: undefined reference to `lo_close'
/tmp/ccYefhjF.o(.text+0x255): In function `exit_nicely':
: undefined reference to `PQfinish'
/tmp/ccYefhjF.o(.text+0x2d5): In function `main':
: undefined reference to `PQsetdbLogin'
/tmp/ccYefhjF.o(.text+0x2e6): In function `main':
: undefined reference to `PQstatus'
/tmp/ccYefhjF.o(.text+0x315): In function `main':
: undefined reference to `PQerrorMessage'
/tmp/ccYefhjF.o(.text+0x34a): In function `main':
: undefined reference to `PQexec'
/tmp/ccYefhjF.o(.text+0x35b): In function `main':
: undefined reference to `PQclear'
/tmp/ccYefhjF.o(.text+0x37f): In function `main':
: undefined reference to `lo_import'
/tmp/ccYefhjF.o(.text+0x3a9): In function `main':
: undefined reference to `lo_export'
/tmp/ccYefhjF.o(.text+0x3bc): In function `main':
: undefined reference to `PQexec'
thanks,
Sandhya



--
"Adopting the position that you are smarter than an automatic
optimization algorithm is generally a good way to achieve less
performance, not more" - Tom Lane.