caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Yang Shouxun <yangsx@fltrp.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Error during partial linking
Date: Tue, 22 Oct 2002 17:37:56 +0800	[thread overview]
Message-ID: <200210221737.56370.yangsx@fltrp.com> (raw)
In-Reply-To: <20021022104215.A9456@pauillac.inria.fr>

On Tuesday 22 October 2002 16:42, you wrote:
> If you want help, you should provide more context for the error,
> i.e. the command that fails and all error messages it prints.
> Adding the "-verbose" option to ocamlopt will give even more useful

There's no other error message. Yes, I should have add the "-verbose" option.

> context.  At any rate:
> > $(CAMLOPT) -pack -o $(RESULT:.cmo=.cmx) $(SOURCES:.ml=.cmx)
> > $(SOURCES:.ml=.o)
> The -o $(RESULT:.cmo=.cmx) might be wrong, since $(RESULT) is
> (apparently) "baire", not "baire.cmo".

I've set $(RESULT) to "baire.cmo" -- seemingly unconventional.

> The $(SOURCES:.ml=.o) is wrong too, you should just pass the .cmx
> files to ocamlopt, it will deal with the underlying .o files all by
> itself.

My fault. At first I follow other examples (that is, without 
$(SOURCES:.ml=.o). When I cannot find out what's the cause of the error, I 
add it in desperation. And this does not make a change at all.

Now I remove that redundant part and add the verbose option, I get the 
following spit out:
---8<---
ocamlopt -pack -verbose -o baire.cmx bairePervasives.cmx [...] 
weightBalancedMap.cmx 
+ as -o '/tmp/camlpackagef06eb8.o' '/tmp/camlpackage2ad2ef.s'
+ ld -r  -o 'baire.o' '/tmp/camlpackagef06eb8.o' 'bairePervasives.o' [...] 
'weightBalancedMap.o'
+ /usr/bin/nm 'baire.o' > '/tmp/camlsymbolse063ad'
+ /usr/bin/objcopy --redefine-sym 
'WeightBalancedSet__zero_227=Baire__WeightBalancedSet__zero_227' [...] 
--redefine-sym 'AmortizedQueue=Baire__AmortizedQueue' 'baire.o'
Error during partial linking
make[1]: *** [nativepack] Error 2
---8<---

To make the list short, I use [...] to elide what come between. The problem is 
it's ok to "-pack" the byte-compiled .cmo files, but not to "-pack" the 
native-compiled .cmx files. 

I can now use the packed baire library in the toplevel and bytecode modes, but 
not the native-code mode. Besides the "-pack" problem, baire provides modules 
that have name clash with the stdlibs modules. I'm wondering whether it's 
possible to use the those of baire instead of the stdlibs. I don't know how 
so far. When compile and link in the native-code mode, it complains there is 
such a name clash and aborts.

Thanks!
shouxun
-------------------
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-10-22  9:39 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22  5:33 Yang Shouxun
2002-10-22  8:42 ` Xavier Leroy
2002-10-22  9:21   ` Sven Luther
2002-10-22 16:17     ` Chris Hecker
2002-10-22 16:47       ` Sven Luther
2002-10-22 17:14     ` [Caml-list] on the -pack option Xavier Leroy
2002-10-22 19:30       ` Sven Luther
2002-10-22  9:37   ` Yang Shouxun [this message]
2002-10-22 16:07     ` [Caml-list] Error during partial linking Chris Hecker
2002-10-22 17:00       ` Xavier Leroy
2002-10-22 17:12         ` Chris Hecker
2002-10-22 17:21         ` brogoff
2002-10-22 20:06           ` Dmitry Bely
2002-10-22 20:25             ` Alain Frisch
2002-10-22 20:37               ` Dmitry Bely
2002-10-22 20:53                 ` Alain Frisch
2002-10-22 21:10                   ` Dmitry Bely
2002-10-23  7:15                 ` Alessandro Baretta
     [not found]         ` <Pine.LNX.4.44.0210221008100.6093-100000@grace.speakeasy.ne t>
2002-10-22 17:44           ` Chris Hecker
2002-10-22 19:31         ` Sven Luther
2002-10-22 23:38           ` Chris Hecker
2002-10-23  4:16             ` David Brown
2002-10-23 10:01           ` Diego Olivier Fernandez Pons
2002-10-23 10:36             ` Sven Luther
2002-10-23 11:41               ` Alessandro Baretta

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=200210221737.56370.yangsx@fltrp.com \
    --to=yangsx@fltrp.com \
    --cc=caml-list@inria.fr \
    /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).