Hi,

You could try to add the -mmacosx-version-min=10.4
I solve it by the argument

Regards,
Ben

On Jun 11, 9:41 am, "G.Angel" <george.georg...@citrixonline.com>
wrote:
> Hi,
>
> I’m trying to build the protocol buffers for macosx with fat support
> for i386 and ppc.
>
> I’m using this script to do it:
>
> # Configure with flags to build Universal binaries
> env CFLAGS='-arch i386 -arch ppc' LDFLAGS='-arch i386 -arch ppc'
> CXXFLAGS='-arch i386 -arch ppc' \
>   sh ./configure --prefix=$PWD/$OUTPUT_DIR --disable-dependency-
> tracking --enable-static --disable-shared
>
> # Make the various targets
> make
> make check
> make install
>
> It works perfect except that every application for ppc with dependency
> on this library magically is built for ppc7400.
>
> Can anyone help me figure out what might be the issue?
>
> G.Angel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to