caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* RE: [Caml-list] OS X, main program in C, No bytecode file specified
@ 2007-02-15 13:52 EL CHAAR Rabih   SGAM/AI/SAM
  2007-02-15 15:06 ` John Whitington
  0 siblings, 1 reply; 2+ messages in thread
From: EL CHAAR Rabih   SGAM/AI/SAM @ 2007-02-15 13:52 UTC (permalink / raw)
  To: John Whitington, caml-list

What parameters are you passing in you caml_startup call?

I usually do the following

  char * argv1[2];
  argv1[0]="--";
  argv1[1]=NULL;
  caml_startup(argv1);

-----Message d'origine-----
De : caml-list-bounces@yquem.inria.fr [mailto:caml-list-bounces@yquem.inria.fr] De la part de John Whitington
Envoyé : jeudi 15 février 2007 11:33
À : caml-list@inria.fr
Objet : [Caml-list] OS X, main program in C, No bytecode file specified

Dear all,

I have a main program in C, and some ocaml code. I usually compile to native code 
using ocamlopt -output-obj and then have XCode compile the C and link the whole 
together. This works well.

However, due to a bug which prevents my using natively compiled code at the 
moment, I'm trying to replicate the situation with bytecode.

So now, I use ocamlc -output-obj, and link camlrun instead of asmrun.

This compiles and links but, when run, gives "No bytecode file specified".

The executable is not being stripped. I'm using Ocaml 3.09.3 on OSX 10.4/ppc.

Can anyone suggest what may be wrong?

-- 
John Whitington

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. 
Toute utilisation ou diffusion non autorisee est interdite. 
Tout message electronique est susceptible d'alteration. 
Societe Generale Asset Management et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie. 
  
Decouvrez l'offre et les services de Societe Generale Asset Management sur le site www.sgam.fr 
  
                                ******** 
  
This message and any attachments (the "message") are confidential and intended solely for the addressees. 
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration. 
Neither Societe Generale Asset Management nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. 
 
Find out more about Societe Generale Asset Management's proposal on www.sgam.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [Caml-list] OS X, main program in C, No bytecode file specified
  2007-02-15 13:52 [Caml-list] OS X, main program in C, No bytecode file specified EL CHAAR Rabih   SGAM/AI/SAM
@ 2007-02-15 15:06 ` John Whitington
  0 siblings, 0 replies; 2+ messages in thread
From: John Whitington @ 2007-02-15 15:06 UTC (permalink / raw)
  To: caml-list

Quoting EL CHAAR Rabih SGAM/AI/SAM <RABIH.ELCHAAR@sgam.com>:

> What parameters are you passing in you caml_startup call?

Ah, thanks. I'd been using caml_main. According to the docs, this shouldn't have 
worked in the native code case, but it did. Hence my error. It works now.

Cheers,

-- 
John Whitington


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-15 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-15 13:52 [Caml-list] OS X, main program in C, No bytecode file specified EL CHAAR Rabih   SGAM/AI/SAM
2007-02-15 15:06 ` John Whitington

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).