caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Ker Lutyn <ker527mail@yahoo.com>
To: caml-list@inria.fr
Subject: Re: Mac OSX: calling OCaml from Objective-C in Xcode 2.2
Date: Sat, 26 Nov 2005 18:23:29 -0800 (PST)	[thread overview]
Message-ID: <20051127022329.6576.qmail@web34605.mail.mud.yahoo.com> (raw)

Okay, the problem was that Xcode by default tries to build a universal binary,
so of course doesn't like the power.o unit compiled for rhapsody when it gets
around to the i386 version. Also by default, Xcode sets different architecture
settings for the Project and the Target.

As an Xcode newbie, I found this confusing.

--- Ker Lutyn <ker527mail@yahoo.com> wrote:
> I have a static library "libmylib.a" containing wrapped OCaml code using the
> Callback module (the code is compiled with ocamlopt and g++, and the library
> includes libasmrun.a):
> 
> $ g++ -o foo main.cc libmylib.a
> 
> This works fine. Now, when I drop libmylib.a into my Xcode 2.2 project and
> build, I get the following error:
> 
> /usr/bin/ld: libmylib.a(power.o) has local relocation entries in non-writable
> section (__TEXT,__text)
> collect2: ld returned 1 exit status
> 
> I have Googled for this and the only answer I can find is that
> -mdynamic-no-pic
> flag should not be sent; this flag is controlled by the "Generate
> Position-Dependent Code" flag in the "Code Generation" part of the Project
> Build Settings. In my case, whether this is set or not makes no difference to
> the error.
> 
> Does anyone have experience with this error?
> 
> ocaml version 3.09.0
> gcc 4.0.1
> Mac OSX 10.4.3
> Xcode 2.2



		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/


             reply	other threads:[~2005-11-27  2:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-27  2:23 Ker Lutyn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-24  4:14 Ker Lutyn

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=20051127022329.6576.qmail@web34605.mail.mud.yahoo.com \
    --to=ker527mail@yahoo.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).