mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tomas Szepe <szepe@pinerecords.com>
To: Jerry McBride <mcbrides9@comcast.net>
Cc: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: LEX = flex
Date: Sun, 24 Nov 2002 13:15:46 +0100	[thread overview]
Message-ID: <20021124121546.GA16407@louise.pinerecords.com> (raw)
In-Reply-To: <0H6200FDECOBEI@mtaout05.icomcast.net>

> It's an old one... and it's STILL HERE!
> 2.4.20-rc3... 
> make kernel on i386 fails in /drivers/scsi/aic7xxx/aicasm/Makefile
> LEX is not assigned a value... 
> However making LEX=flex works and make modules completes 100%... 

Just do
(cd $(dirname $(which flex)) && ln -s flex lex)

There's another problem, though:

make[5]: Entering directory `/home/kala/lx/linux-2.4.20-rc3/drivers/scsi/aic7xxx/aicasm'
yacc -d -b aicasm_gram aicasm_gram.y
mv aicasm_gram.tab.c aicasm_gram.c
mv aicasm_gram.tab.h aicasm_gram.h
yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
lex  -oaicasm_scan.c aicasm_scan.l
lex  -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l
gcc -I/usr/include -I. -ldb aicasm.c aicasm_symbol.c aicasm_gram.c aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasm
/tmp/ccwpPZ3E.o: In function `symtable_open':
/tmp/ccwpPZ3E.o(.text+0x1df): undefined reference to `__db185_open'
collect2: ld returned 1 exit status
make[5]: *** [aicasm] Error 1
make[5]: Leaving directory `/home/kala/lx/linux-2.4.20-rc3/drivers/scsi/aic7xxx/aicasm'

-- 
Tomas Szepe <szepe@pinerecords.com>

  reply	other threads:[~2002-11-24 12:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-24  5:45 Jerry McBride
2002-11-24 12:15 ` Tomas Szepe [this message]
2002-11-24 12:24   ` David McIlwraith
  -- strict thread matches above, loose matches on Subject: below --
2002-10-18  2:22 Jerry McBride

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021124121546.GA16407@louise.pinerecords.com \
    --to=szepe@pinerecords.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcbrides9@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®