Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-14 Thread Premal Mishra
Hi Kris, I was trying to build a linux binary but seems doing it the wrong way. Problem is: I want to use a library which is built for linux. So i did the following: 1. cd /compat/linux 2. linked /compat/linux/lib/libc.so.6 When i linked to libc.so.6 the undefined reference errors for __ctype

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-13 Thread Kris Kennaway
On Fri, Apr 14, 2006 at 12:26:09PM +0530, Premal Mishra wrote: > Hi Kris, > > I was trying to build a linux binary but seems doing it the wrong way. > > Problem is: I want to use a library which is built for linux. So i did > the following: > > 1. cd /compat/linux > 2. linked /compat/linux/lib

Re: linker error: undefined reference to [EMAIL PROTECTED]

2006-04-13 Thread Kris Kennaway
On Fri, Apr 14, 2006 at 02:34:03AM +0530, Premal Mishra wrote: > Hi , > > Am gettin a linker error: > > in /compat/linux/lib/libc.so.6: undefined reference to > [EMAIL PROTECTED] > > Also, there were many other similar listimgs with suffixes @GLIBC_2.2, > @GLIBC_2.0 > > Which library conatins t

linker error: undefined reference to [EMAIL PROTECTED]

2006-04-13 Thread Premal Mishra
Hi , Am gettin a linker error: in /compat/linux/lib/libc.so.6: undefined reference to [EMAIL PROTECTED] Also, there were many other similar listimgs with suffixes @GLIBC_2.2, @GLIBC_2.0 Which library conatins these missing definitions!!! Regards Premal _