From: Tom Tromey <tromey@cygnus.com>
To: Charlie McDowell <charlie@cse.ucsc.edu>
Cc: java-discuss@sourceware.cygnus.com, Tom Tromey <tromey@cygnus.com>
Subject: Re: solaris cpp problem
Date: Sat, 01 Apr 2000 00:00:00 -0000 [thread overview]
Message-ID: <200002242326.PAA26952@ferrule.cygnus.com> (raw)
In-Reply-To: <38B5B9F6.B29C5C38@cse.ucsc.edu>
>>>>> "Charlie" == Charlie McDowell <charlie@cse.ucsc.edu> writes:
Charlie> I can now compile hello world but it isn't finding libgcj. I
Charlie> believe I can figure this one out (you are welcome to offer
Charlie> your help anyway).
Do you mean it isn't finding it at link time or at run time?
At link time is one sort of bug. Most typical cause: you didn't
configure gcc and libgcj with the same --prefix value.
At run time is another sort of bug. Most typical solution: set
LD_LIBRARY_PATH to include the libgcj lib directory, or use -rpath to
compile the directory into the executable.
Anthony once suggested (here? or was it privately? I don't recall)
that we have libgcj.spec include the -rpath command for the linker.
This will make programs work out of the box. Is there any downside to
this?
Tom
next prev parent reply other threads:[~2000-04-01 0:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <38B56F26.2D981C81@cse.ucsc.edu>
[not found] ` <200002241832.KAA26735@ferrule.cygnus.com>
2000-04-01 0:00 ` Charlie McDowell
2000-04-01 0:00 ` Tom Tromey [this message]
2000-04-01 0:00 ` Charlie McDowell
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=200002242326.PAA26952@ferrule.cygnus.com \
--to=tromey@cygnus.com \
--cc=charlie@cse.ucsc.edu \
--cc=java-discuss@sourceware.cygnus.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).