public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Deborah Bennett <Deborah.Bennett@eng.sun.com>
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] trying to build ecosconfig for Solaris 7
Date: Tue, 12 Sep 2000 10:47:00 -0000	[thread overview]
Message-ID: <200009121747.KAA24327@nintendo.Eng.Sun.COM> (raw)

> 
> >>>>> "Deborah" == Deborah Bennett <Deborah.Bennett@eng.sun.com> writes:
> 
>     Deborah> I am trying to build ecosconfig for Solaris 7. I found
>     Deborah> the reasonable README in tools/src/ which I am following.
>     Deborah> This file doesn't give the relative path to the configure
>     Deborah> script, but I found one in
>     Deborah> tools/src/tools/configtool/standalone/common which I am
>     Deborah> using.
> 
>     <snip>
> 
> You need to build the entire host-side tree and not just ecosconfig,
> since the latter relies on various libraries such as libcdl.a. You
> should be using the configure script that is in the same directory as
> the README file. That will take care of all the required
> subdirectories in the appropriate order.
> 

I have now sucessfully built ecosconfig for Solaris 7.
Here are some notes I compiled.

1) You must use c++ (gcc) 2.9. 2.8 will not work. You will get an
   internal compiler error. (I didn't debug this problem, but I
   could reproduce it if someone wants to see the message).
   I don't think this is currently noted in the README.

2) As someone else noted tangentially, you must use the
   --with-tcl-version flag to configure, since Solaris Tcl installs
   can be multi-version.

3) As is already noted in the tools/src/README file, you must use
   Tcl version 8.

4) As Bart noted earlier in this thread, use tools/src/configure.

I did my tools build from tools/src/build. Here is the configure
command which worked for me (note /pkg/local is where I get
my tools, $CODEMGR_WS is the top of the ecos tree):

../configure --prefix=$CODEMGR_WS/tools/install.solaris --with-tcl=/pkg/local 
--with-tcl-version=8.0

This produced a Makefile which I was able to use to run
make and make install sucessfully.

Thanks to everyone who sent email to help me with this.

-deborah bennett



             reply	other threads:[~2000-09-12 10:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-12 10:47 Deborah Bennett [this message]
2000-09-12 11:13 ` Greg Shubin
  -- strict thread matches above, loose matches on Subject: below --
2000-09-12 11:17 Deborah Bennett
2000-09-12  9:42 Deborah Bennett
2000-09-12 10:27 ` Bart Veer
     [not found] <200009120909.CAA20410@cygnus.com>
2000-09-12  6:07 ` Jonathan Larmour
2000-09-12  9:49   ` Greg Shubin
2000-09-12 10:06     ` Bart Veer
2000-09-12  9:54   ` Greg Shubin
2000-09-11 19:08 Deborah Bennett
2000-09-12  2:09 ` Robert Swindells
2000-09-12  6:21 ` Bart Veer

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=200009121747.KAA24327@nintendo.Eng.Sun.COM \
    --to=deborah.bennett@eng.sun.com \
    --cc=ecos-discuss@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).