On Sat, 29 Jul 2000,  Areg wrote about,  Re[2]: OLD program:
> Actually here are error messages
> 
> /usr/lib/libgdslib.so: undefined reference to `_xstat'
> /usr/lib/libgdslib.so: undefined reference to `__setjmp'
> /usr/lib/libgdslib.so: undefined reference to `_fxstat'
> collect2: ld returned 1 exit status
> 
> When I compile this on other computer with older compiler (v 2.7.2) all is going
> OK.

The errors are generated by "ld" and not GCC, they are lib function
error's, it possably needs libc and you have glibc, that is a guess as i
dont know which install you have.

Simply install by hand somewhere in (possably) /usr/local/lib
The required libs and edit the Makefile and tell it where to look for the
required libs, then do 'make' again.

> 
> The program can be only
> 
> main(){}
> 
> But if compiled with that library it generates those errors.
> 
> 
> RA> On Fri, 28 Jul 2000,  Areg wrote about,  OLD program:
> >> Hallo
> >> 
> >> I've got old InterBase distribution (v 4) on RH 5.9. To compile
> >> programs using it's API with it's libs, gcc v 2.7.2 libs are required. I have gcc 
>v
> >> 2.91. When I compile with it, it reports that some simbols are
> >> undefined. So, isn't there any way to use v 2.91 without installing
> >> older  v 2.7.2?
> 
> RA> That is very hard to say without knowing what the program is and what the
> RA> error messages are. Normally its not so much gcc which causes the problems,
> RA> its changing system calls and lib funtions.
> 
> >>   
> >> 
> >> -- 
> >> Best regards,
> >>  Areg                         mailto:[EMAIL PROTECTED]
> >> 
> >> 
> >> 
> >> -
> >> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> >> the body of a message to [EMAIL PROTECTED]
> >> Please read the FAQ at http://www.linux-learn.org/faqs
> 
> 
> -- 
> Best regards,
>  Areg                            mailto:[EMAIL PROTECTED]
> 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to