public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Mo DeJong <mdejong@cygnus.com>
To: sourcenav@sources.redhat.com
Subject: Re: compiling/linking a parser under Solaris
Date: Wed, 04 Jul 2001 14:50:00 -0000	[thread overview]
Message-ID: <Pine.SOL.3.91.1010704144859.12750B-100000@cse.cygnus.com> (raw)
In-Reply-To: <6A1BC64042DFD211903A0008C7C56704050369B1@vancouver_nt2.vancouver.glenayre.com>

On Wed, 4 Jul 2001, Wiegert, Arnold wrote:

> Hi,
> 
> I've downloaded and installed SourceNavigator. It looks pretty good so far. 
> 
> However since most of our work involves cross-compiling under Solaris for an
> embedded system running Motorola 68K CPUs, I need to add a assembly code
> parser for the 68K CPUs - using the Green Hills OASYS cross-compiler.
> 
> I have gotten as far as modifying a basic 68K..m4; it seems to get
> translated properly to C and using a version of a GNU C compiler, I get as
> far as the linking step, where it complains about a missing library:
> 
> 	wiegert/scsi2:awiegert@fairmont[226] gmake test
> 	gnucc -o abrowser abrowser.o -L../../../../sdk/lib -lm -ldl -lfl
> -lsnptools -ldbutils -lpafdb -ltcl8.1 -lutils
> 	ld: fatal: library -lfl: not found
> 	ld: fatal: File processing errors. No output written to abrowser
> 	make: *** [abrowser] Error 1
> 	awiegert/scsi2:awiegert@fairmont[227]
> 
> Where might I find this library on a Solaris system - I've already had to
> hunt down a GNU make and compiler :)

That is the flex lib. It is installed here under Linux:

/usr/lib/libfl.a

It may not be installed by default under Solaris.

Mo

  reply	other threads:[~2001-07-04 14:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-04 13:45 Wiegert, Arnold
2001-07-04 14:50 ` Mo DeJong [this message]
2001-07-05  0:34 ` Mark Thornber
2001-07-09  9:35 Wiegert, Arnold

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=Pine.SOL.3.91.1010704144859.12750B-100000@cse.cygnus.com \
    --to=mdejong@cygnus.com \
    --cc=sourcenav@sources.redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).