Re: Re: Re: help for compiling problem!

2003-01-06 Thread Christopher Faylor
On Tue, Jan 07, 2003 at 02:08:14AM +0800, Irving Lee wrote: >r u sure? s i m. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Re: Re: help for compiling problem!

2003-01-06 Thread Irving Lee
r u sure? if cygwin does not suport setlinbuf, why i can find the definition in the header file as: \usr\include\stdio.h(239):int _EXFUN(setlinebuf, (FILE *)); anyway, thanks >On Sun, Jan 05, 2003 at 10:53:20PM -0800, Elfyn McBratney wrote: >>>next job is to produce the symbolic soft qepcad

Re: Re: help for compiling problem!

2003-01-06 Thread Dave Hooper
>>As a follow up to this, and the earlier thread regarding icmp (which >>presumably is resolved in the same way), would it not be "better" to add >>support for the icmp function and setlinebuf to cygwin? > > What are you suggesting? That there should be an eager team of > engineers standing by wai

Re: Re: help for compiling problem!

2003-01-06 Thread Christopher Faylor
On Mon, Jan 06, 2003 at 04:18:57PM -, Dave Hooper wrote: error: main.c: undefined reference to '_setlinebuf' >>> >> cygwin doesn't provide setlinebuf. >> In general what this means is that you have to actually "inspect" the >> code and "port it" > >As a follow up to this, and the earlier t

RE: Re: help for compiling problem!

2003-01-06 Thread Vince Hoffman
my 1.24 pence (approx 2 cents) vince > -Original Message- > From: Dave Hooper [mailto:[EMAIL PROTECTED]] > Sent: 06 January 2003 16:19 > To: [EMAIL PROTECTED] > Subject: Re: Re: help for compiling problem! > > > >>>error: main.c: undefined reference to &

Re: Re: help for compiling problem!

2003-01-06 Thread Dave Hooper
>>>error: main.c: undefined reference to '_setlinebuf' >> > cygwin doesn't provide setlinebuf. > In general what this means is that you have to actually "inspect" the > code and "port it" As a follow up to this, and the earlier thread regarding icmp (which presumably is resolved in the same way),

Re: Re: help for compiling problem!

2003-01-06 Thread Christopher Faylor
On Sun, Jan 05, 2003 at 10:53:20PM -0800, Elfyn McBratney wrote: >>next job is to produce the symbolic soft qepcad. but the undefined >>reference error comes up. any suggestions. >> >>error: main.c: undefined reference to '_setlinebuf' > >Does main.c include stdio.h? stdio.h (in /usr/include) is w

Re: Re: help for compiling problem!

2003-01-06 Thread hybin
sure. compileing passes and linking fails. i guess link cannot locate the proper lib. but how? >next job is to produce the symbolic soft qepcad. but the undefined >reference error comes up. any suggestions. > >error: main.c: undefined reference to '_setlinebuf' Does main.c include

Re: Re: help for compiling problem!

2003-01-05 Thread Elfyn McBratney
>next job is to produce the symbolic soft qepcad. but the undefined >reference error comes up. any suggestions. > >error: main.c: undefined reference to '_setlinebuf' Does main.c include stdio.h? stdio.h (in /usr/include) is where setlinebuf() is defined. Oh no, someone has chopped up Igor's jag

Re: Re: help for compiling problem!

2003-01-05 Thread hybin
hanks. after a sleepness night, i got the saclibo.a and saclibd.a. if u want it, i can send u asap. next job is to produce the symbolic soft qepcad. but the undefined reference error comes up. any suggestions. error: main.c: undefined reference to '_setlinebuf' >O