caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Emmanuel Renieris <er@cs.brown.edu>
To: Francois Thomasset <francois.thomasset@inria.fr>
Cc: Wolfgang Lux <wlux@uni-muenster.de>, caml-list@inria.fr
Subject: Re: [Caml-list] ocamlmktop: 3.04 differs from 3.00
Date: Thu, 25 Jul 2002 13:43:50 -0400	[thread overview]
Message-ID: <20020725174350.GA3565@cs.brown.edu> (raw)
In-Reply-To: <200207251512.g6PFCcb22771@ionie.inria.fr>

-E is passed to the gnu linker, but not to the Sun linker.
Maybe you installed gcc again on your system, without --with-gnu-ld?
Or maybe you did not run "configure" again in building ocaml for the
sun?  A quick solution would be to say:
    ocamlmktop -cc gcc -custom -o mytop nums.cma
which will pass no arguments to gcc, and therefore no argument to the
linker (add -verbose to see the difference).

Hope this helps,

Manos

On Thu, Jul 25, 2002 at 05:12:37PM +0200, Francois Thomasset wrote:
> > Francois Thomasset wrote:
> > 
> > > If I try to build my own toplevel, I get an error under 3.04:
> > > ocamlmktop -custom -o mytop nums.cma
> > > /usr/ccs/bin/ld: illegal option -- E
> > > usage: ld [-abd:e:f:h:il:mo:rstu:z:B:D:F:GI:L:M:N:Q:R:S:VY:] file(s)
> > >         [-a]            create an absolute file
> > > 	...
> > > Error while building custom runtime system
> > 
> > As ld has its platform specific variations it's hard to tell the
> > error without knowing under which OS this happens. Guessing
> > from the ld message it is neither Linux nor any BSD variant
> > (including Mac OS X).
> > 
> > Wolfgang
> > 
> > --
> > Wolfgang Lux                              Phone: +49-251-83-38263
> > Institut fuer Wirtschaftinformatik          FAX: +49-251-83-38259
> > Universitaet Muenster                 Email: wlux@uni-muenster.de
> > 
> Sorry. I am on Solaris SunOS 5.6
> F
> 
> 
> -------------------
> To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
> Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


      parent reply	other threads:[~2002-07-25 17:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25 14:06 Francois Thomasset
2002-07-25 15:09 ` Wolfgang Lux
2002-07-25 15:12   ` Francois Thomasset
2002-07-25 15:27     ` Wolfgang Lux
2002-07-25 17:43     ` Emmanuel Renieris [this message]

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=20020725174350.GA3565@cs.brown.edu \
    --to=er@cs.brown.edu \
    --cc=caml-list@inria.fr \
    --cc=francois.thomasset@inria.fr \
    --cc=wlux@uni-muenster.de \
    /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 NNTP newsgroup(s).