Re: Why this linking fail?

2008-07-19 Thread Mel
On Thursday 17 July 2008 07:37:43 Unga wrote: --- On Thu, 7/17/08, Unga [EMAIL PROTECTED] wrote: Sorry guys, I have found an issue. In the libc compile log shows following error: lex -P_nsyy -o/dev/stdout /usr/src/lib/libc/net/nslexer.l | sed -e '/YY_BUF_SIZE/s/16384/1024/' |

Why this linking fail?

2008-07-16 Thread Unga
Hi all I have compiled and installed following libraries separately: /usr/src/lib/csu /usr/src/lib/libc /usr/src/lib/msun When I link to them, I get following errors: /usr/lib/libc.so: undefined reference to `_nsyylex' /usr/lib/libc.so: undefined reference to `_nsyyin' /usr/lib/libc.so:

Re: Why this linking fail?

2008-07-16 Thread Unga
--- On Thu, 7/17/08, Unga [EMAIL PROTECTED] wrote: From: Unga [EMAIL PROTECTED] Subject: Why this linking fail? To: freebsd-questions@freebsd.org Date: Thursday, July 17, 2008, 11:28 AM Hi all I have compiled and installed following libraries separately: /usr/src/lib/csu /usr/src/lib

Re: Why this linking fail?

2008-07-16 Thread Unga
--- On Thu, 7/17/08, Unga [EMAIL PROTECTED] wrote: Sorry guys, I have found an issue. In the libc compile log shows following error: lex -P_nsyy -o/dev/stdout /usr/src/lib/libc/net/nslexer.l | sed -e '/YY_BUF_SIZE/s/16384/1024/' nslexer.c lex: fatal internal error, exec failed Let me