[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ocamlrpcgen no longer recognises command line options



On Fri, Jan  4, 2008 at 13:37:45 +0100, David MENTRE wrote:

> Hello,
> 
> I'm trying to compile my OCaml program under Ubuntu Gutsy. The program
> was compiling fine under Ubuntu Feisty. 
> 
> Apparently, ocamlrpcgen no longer recognises command line options:
> 
> $ ocamlrpcgen -cpp none -int unboxed -hyper int64 -aux net/messages.xdr
> Unknown option -cpp.
> $ ocamlrpcgen -int unboxed -hyper int64 -aux net/messages.xdr
> Unknown option -int.
> $ ocamlrpcgen -hyper int64 -aux net/messages.xdrUnknown option -hyper.
> Unknown option -hyper.
> 
Sounds like ocamlrpcgen has been stripped.  Custom ocaml binaries can't
be stripped, because of http://bugs.debian.org/256900 .  I suggest you
file a bug on the ubuntu bug tracker.

Cheers,
Julien


Reply to: