Re: [pjsip] pjsip Digest, Vol 73, Issue 71

YT
Yosi Taguri
Thu, Sep 26, 2013 7:39 AM

This is what I use:
ARCH='-arch arm64' ./configure-iphone
make dep && make realclean && make

On Thu, Sep 26, 2013 at 10:13 AM, pjsip-request@lists.pjsip.org wrote:

Send pjsip mailing list submissions to
pjsip@lists.pjsip.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org

You can reach the person managing the list at
pjsip-owner@lists.pjsip.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."

Today's Topics:

1. compiling for iPhone5s with 64bit support (Thomas Martin)

Message: 1
Date: Thu, 26 Sep 2013 09:13:32 +0200
From: Thomas Martin tmemail@gmx.de
To: pjsip list pjsip@lists.pjsip.org
Subject: [pjsip] compiling for iPhone5s with 64bit support
Message-ID: F3E9C92B-BAA4-423D-A8F4-1614BA80284D@gmx.de
Content-Type: text/plain; charset=us-ascii

Hi,

I am trying to configure the build-process of the pjlibs with clang, to
support the new iPhone5s'  64bit-architecture.

I am uncertain, what the appropriate architecture-identifier is (e.g.
armv7s, armv8 ?),
or, if any additional settings or provisionings are needed in order to aid
"configure-iphone" to accomplish this
(i.e. 64-bit support on iPhone 5s).

Thanks in advance!

Regards,

-Thomas


Subject: Digest Footer


pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


End of pjsip Digest, Vol 73, Issue 71


--

Yosi Taguri | Co-Founder | Labgoo | iPhone: http://ahhhpah.com | twitter:
http://twitter.com/yosit | Mobile: +972-54-4816020 | Google Voice US
Mobile: +1 (415) 935-1126 | Email: yosi@taguri.com

Confidential

This is what I use: ARCH='-arch arm64' ./configure-iphone make dep && make realclean && make On Thu, Sep 26, 2013 at 10:13 AM, <pjsip-request@lists.pjsip.org> wrote: > Send pjsip mailing list submissions to > pjsip@lists.pjsip.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > or, via email, send a message with subject or body 'help' to > pjsip-request@lists.pjsip.org > > You can reach the person managing the list at > pjsip-owner@lists.pjsip.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pjsip digest..." > > > Today's Topics: > > 1. compiling for iPhone5s with 64bit support (Thomas Martin) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 26 Sep 2013 09:13:32 +0200 > From: Thomas Martin <tmemail@gmx.de> > To: pjsip list <pjsip@lists.pjsip.org> > Subject: [pjsip] compiling for iPhone5s with 64bit support > Message-ID: <F3E9C92B-BAA4-423D-A8F4-1614BA80284D@gmx.de> > Content-Type: text/plain; charset=us-ascii > > Hi, > > I am trying to configure the build-process of the pjlibs with clang, to > support the new iPhone5s' 64bit-architecture. > > I am uncertain, what the appropriate architecture-identifier is (e.g. > armv7s, armv8 ?), > or, if any additional settings or provisionings are needed in order to aid > "configure-iphone" to accomplish this > (i.e. 64-bit support on iPhone 5s). > > Thanks in advance! > > Regards, > > -Thomas > > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > ------------------------------ > > End of pjsip Digest, Vol 73, Issue 71 > ************************************* > -- -- Yosi Taguri | Co-Founder | Labgoo | iPhone: http://ahhhpah.com | twitter: http://twitter.com/yosit | Mobile: +972-54-4816020 | Google Voice US Mobile: +1 (415) 935-1126 | Email: yosi@taguri.com *Confidential*
TM
Thomas Martin
Thu, Sep 26, 2013 8:30 AM

Hi Yosi,

thanks for your prompt and helpful response.

ARCH='-arch arm64'

This works!

Regards,

-Thomas

On Sep 26, 2013, at 9:39 , Yosi Taguri yosi@taguri.com wrote:

This is what I use:
./configure-iphone
ARCH='-arch arm64'
make dep && make realclean && make

On Thu, Sep 26, 2013 at 10:13 AM, pjsip-request@lists.pjsip.org wrote:
Send pjsip mailing list submissions to
pjsip@lists.pjsip.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org

You can reach the person managing the list at
pjsip-owner@lists.pjsip.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."

Today's Topics:

1. compiling for iPhone5s with 64bit support (Thomas Martin)

Message: 1
Date: Thu, 26 Sep 2013 09:13:32 +0200
From: Thomas Martin tmemail@gmx.de
To: pjsip list pjsip@lists.pjsip.org
Subject: [pjsip] compiling for iPhone5s with 64bit support
Message-ID: F3E9C92B-BAA4-423D-A8F4-1614BA80284D@gmx.de
Content-Type: text/plain; charset=us-ascii

Hi,

I am trying to configure the build-process of the pjlibs with clang, to support the new iPhone5s'  64bit-architecture.

I am uncertain, what the appropriate architecture-identifier is (e.g. armv7s, armv8 ?),
or, if any additional settings or provisionings are needed in order to aid "configure-iphone" to accomplish this
(i.e. 64-bit support on iPhone 5s).

Thanks in advance!

Regards,

-Thomas


Subject: Digest Footer


pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org


End of pjsip Digest, Vol 73, Issue 71


--

Yosi Taguri | Co-Founder | Labgoo | iPhone: http://ahhhpah.com | twitter: http://twitter.com/yosit | Mobile: +972-54-4816020 | Google Voice US Mobile: +1 (415) 935-1126 | Email: yosi@taguri.com

Confidential


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

Hi Yosi, thanks for your prompt and helpful response. > ARCH='-arch arm64' This works! Regards, -Thomas On Sep 26, 2013, at 9:39 , Yosi Taguri <yosi@taguri.com> wrote: > This is what I use: > ./configure-iphone > ARCH='-arch arm64' > make dep && make realclean && make > > > On Thu, Sep 26, 2013 at 10:13 AM, <pjsip-request@lists.pjsip.org> wrote: > Send pjsip mailing list submissions to > pjsip@lists.pjsip.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > or, via email, send a message with subject or body 'help' to > pjsip-request@lists.pjsip.org > > You can reach the person managing the list at > pjsip-owner@lists.pjsip.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pjsip digest..." > > > Today's Topics: > > 1. compiling for iPhone5s with 64bit support (Thomas Martin) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 26 Sep 2013 09:13:32 +0200 > From: Thomas Martin <tmemail@gmx.de> > To: pjsip list <pjsip@lists.pjsip.org> > Subject: [pjsip] compiling for iPhone5s with 64bit support > Message-ID: <F3E9C92B-BAA4-423D-A8F4-1614BA80284D@gmx.de> > Content-Type: text/plain; charset=us-ascii > > Hi, > > I am trying to configure the build-process of the pjlibs with clang, to support the new iPhone5s' 64bit-architecture. > > I am uncertain, what the appropriate architecture-identifier is (e.g. armv7s, armv8 ?), > or, if any additional settings or provisionings are needed in order to aid "configure-iphone" to accomplish this > (i.e. 64-bit support on iPhone 5s). > > Thanks in advance! > > Regards, > > -Thomas > > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > ------------------------------ > > End of pjsip Digest, Vol 73, Issue 71 > ************************************* > > > > -- > -- > Yosi Taguri | Co-Founder | Labgoo | iPhone: http://ahhhpah.com | twitter: http://twitter.com/yosit | Mobile: +972-54-4816020 | Google Voice US Mobile: +1 (415) 935-1126 | Email: yosi@taguri.com > > *Confidential* > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org