Ask a Question related to UNIX Programming, Design and Development.
-
Kevin Wan #1
Re: undefined symbol identification problem
[email]hpy_azizy@yahoo.com[/email] (ehab) wrote in message news:<b4f59294.0307220019.53d57117@posting.google. com>...
1. Why to name the file as such a long name? It doesn't conform to the> There is undefined problem in my programs . How can I reach it ?
>
> # gcc part09_iti_r01_ch09_ver01_file_processing_file_del etions_TV_Rental_bills.c
> Undefined first referenced
> symbol in file
> update /var/tmp/cckNzwjb.o
> ld: fatal: Symbol referencing errors. No output written to a.out
> collect2: ld returned 1 exit status
> #
brief style of C!
2. update must haven't occured in the file! Otherwise, I can't imagine
what happened!
Kevin Wan Guest
-
GD-1.38: Undefined symbol: .__fixsfsi
Hi ! Try to compile GD-1.38 under AIX 5.1 and run into the following error when running make: Undefined symbol: .__fixsfsi I did install... -
Undefined symbol perl_get_sv
I'm trying to use the LibXML module on our Web server, but I get the undefined symbol error. I don't seem to have a perl shared library on the... -
Undefined symbol?
Hey there, Wasn't sure which mailing list to send this to but maybe someone can point me in the right direction. When perl is invoked (presumably... -
undefined symbol in GTop.so
I'm trying to ultimately get Apache::VMonitor running on a server running turbolinx server 8. I'm stuck on GTop, which Apache::VMonitor requires.... -
Undefined symbol in gcc & c++
Dear All, I built the following little C program into a library (libtt.a) with gcc: /* Filename: tt1.c */ #include <stdio.h> int foo() {... -
Kevin Wan #2
Re: undefined symbol identification problem
[email]hpy_azizy@yahoo.com[/email] (ehab) wrote in message news:<b4f59294.0307220019.53d57117@posting.google. com>...
1. Why to name the file as such a long name? It doesn't conform to the> There is undefined problem in my programs . How can I reach it ?
>
> # gcc part09_iti_r01_ch09_ver01_file_processing_file_del etions_TV_Rental_bills.c
> Undefined first referenced
> symbol in file
> update /var/tmp/cckNzwjb.o
> ld: fatal: Symbol referencing errors. No output written to a.out
> collect2: ld returned 1 exit status
> #
brief style of C!
2. update must haven't occured in the file! Otherwise, I can't imagine
what happened!
Kevin Wan Guest
-
Derk Gwen #3
Re: undefined symbol identification problem
[email]hpy_azizy@yahoo.com[/email] (ehab) wrote:
# There is undefined problem in my programs . How can I reach it ?
Open the file in an edittor and look for all occurences of the string 'update'
and verify you are indeed defining it somewhere. If you are expecting it to be
defined in a library, you need to include the library when you link.
# # gcc part09_iti_r01_ch09_ver01_file_processing_file_del etions_TV_Rental_bills.c
# Undefined first referenced
# symbol in file
# update /var/tmp/cckNzwjb.o
# ld: fatal: Symbol referencing errors. No output written to a.out
# collect2: ld returned 1 exit status
# #
#
#
--
Derk Gwen [url]http://derkgwen.250free.com/html/index.html[/url]
Where do you get those wonderful toys?
Derk Gwen Guest
-
Derk Gwen #4
Re: undefined symbol identification problem
[email]hpy_azizy@yahoo.com[/email] (ehab) wrote:
# There is undefined problem in my programs . How can I reach it ?
Open the file in an edittor and look for all occurences of the string 'update'
and verify you are indeed defining it somewhere. If you are expecting it to be
defined in a library, you need to include the library when you link.
# # gcc part09_iti_r01_ch09_ver01_file_processing_file_del etions_TV_Rental_bills.c
# Undefined first referenced
# symbol in file
# update /var/tmp/cckNzwjb.o
# ld: fatal: Symbol referencing errors. No output written to a.out
# collect2: ld returned 1 exit status
# #
#
#
--
Derk Gwen [url]http://derkgwen.250free.com/html/index.html[/url]
Where do you get those wonderful toys?
Derk Gwen Guest



Reply With Quote

