Re: Problem building 2.0.1 (on Mac OS X 10.4.8)

2006-12-11 Thread David Shaw
On Sat, Dec 09, 2006 at 12:16:58PM -0500, Charly Avital wrote: > Ludwig Hügelschäfer wrote the following on 12/9/06 10:32 AM: > > Hi, > > > > David Shaw wrote on 08.12.2006 14:53 Uhr: > >> On Fri, Dec 08, 2006 at 11:49:18AM +0100, Michael Bienia wrote: > >>> On 2006-12-08 02:08:37 -0500, Charly Av

Re: Problem building 2.0.1 (on Mac OS X 10.4.8)

2006-12-09 Thread Charly Avital
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludwig Hügelschäfer wrote the following on 12/9/06 10:32 AM: > Hi, > > David Shaw wrote on 08.12.2006 14:53 Uhr: >> On Fri, Dec 08, 2006 at 11:49:18AM +0100, Michael Bienia wrote: >>> On 2006-12-08 02:08:37 -0500, Charly Avital wrote: 1. Patch ap

Re: Problem building 2.0.1 (on Mac OS X 10.4.8)

2006-12-09 Thread Ludwig Hügelschäfer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, David Shaw wrote on 08.12.2006 14:53 Uhr: > On Fri, Dec 08, 2006 at 11:49:18AM +0100, Michael Bienia wrote: >> On 2006-12-08 02:08:37 -0500, Charly Avital wrote: >>> 1. Patch applied: >>> - -- >>> $ cd /Users/shavital/Desktop/gnupg-2.0.1/

Re: Problem building 2.0.1

2006-12-08 Thread David Shaw
On Fri, Dec 08, 2006 at 11:49:18AM +0100, Michael Bienia wrote: > On 2006-12-08 02:08:37 -0500, Charly Avital wrote: > > 1. Patch applied: > > - -- > > $ cd /Users/shavital/Desktop/gnupg-2.0.1/ > > Charly-Avitals-PBG4:~/Desktop/gnupg-2.0.1 shavital$ patch -p0 < > > /Users/shavital/Desktop/g

Re: Problem building 2.0.1

2006-12-08 Thread Charly Avital
Michael Bienia wrote the following on 12/8/06 5:49 AM: > On 2006-12-08 02:08:37 -0500, Charly Avital wrote: >> 1. Patch applied: >> - -- >> $ cd /Users/shavital/Desktop/gnupg-2.0.1/ >> Charly-Avitals-PBG4:~/Desktop/gnupg-2.0.1 shavital$ patch -p0 < >> /Users/shavital/Desktop/gnupg-2.0-osx-i

Re: Problem building 2.0.1

2006-12-08 Thread Charly Avital
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Barton wrote the following on 12/8/06 4:04 AM: > Charly Avital wrote: > >> Further to my previous posting, I applied the patch to a fresh copy of >> 2.0.1, and tried ./configure --disable.nls > > Did you do that exactly, or did you really try: >

Re: Problem building 2.0.1

2006-12-08 Thread Charly Avital
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Barton wrote the following on 12/8/06 4:04 AM: > Charly Avital wrote: > >> Further to my previous posting, I applied the patch to a fresh copy of >> 2.0.1, and tried ./configure --disable.nls > > Did you do that exactly, or did you really try: >

Re: Problem building 2.0.1

2006-12-08 Thread Michael Bienia
On 2006-12-08 02:08:37 -0500, Charly Avital wrote: > 1. Patch applied: > - -- > $ cd /Users/shavital/Desktop/gnupg-2.0.1/ > Charly-Avitals-PBG4:~/Desktop/gnupg-2.0.1 shavital$ patch -p0 < > /Users/shavital/Desktop/gnupg-2.0-osx-iconv.patch > patching file tools/Makefile.am > patching file g

Re: Problem building 2.0.1

2006-12-08 Thread Doug Barton
Charly Avital wrote: > Further to my previous posting, I applied the patch to a fresh copy of > 2.0.1, and tried ./configure --disable.nls Did you do that exactly, or did you really try: ./configure --disable-nls Doug -- If you're never wrong, you're not trying hard enough

Re: Problem building 2.0.1

2006-12-07 Thread Charly Avital
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Shaw wrote the following on 12/7/06 5:48 PM: > On Thu, Dec 07, 2006 at 10:21:18AM +0100, Werner Koch wrote: >> On Wed, 6 Dec 2006 08:23, [EMAIL PROTECTED] said: >> >>> - >>> /usr/bin/ld: Undefined symbols: >>> _libiconv >> Well, you need a p

Re: Problem building 2.0.1

2006-12-07 Thread Charly Avital
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Shaw wrote the following on 12/7/06 5:48 PM: > On Thu, Dec 07, 2006 at 10:21:18AM +0100, Werner Koch wrote: >> On Wed, 6 Dec 2006 08:23, [EMAIL PROTECTED] said: >> >>> - >>> /usr/bin/ld: Undefined symbols: >>> _libiconv >> Well, you need a p

Re: Problem building 2.0.1

2006-12-07 Thread Robert J. Hansen
David Shaw wrote: > OSX has iconv already. Minor correction; OS X 10.4 has iconv already. For 10.3 and previous, iconv is not part of the operating system. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnup

Re: Problem building 2.0.1

2006-12-07 Thread David Shaw
On Thu, Dec 07, 2006 at 04:56:38PM -0600, Robert J. Hansen wrote: > David Shaw wrote: > > OSX has iconv already. > > Minor correction; OS X 10.4 has iconv already. For 10.3 and previous, > iconv is not part of the operating system. That's not correct. 10.3 has iconv. 10.2 doesn't, but, well, 1

Re: Problem building 2.0.1

2006-12-07 Thread David Shaw
On Thu, Dec 07, 2006 at 10:21:18AM +0100, Werner Koch wrote: > On Wed, 6 Dec 2006 08:23, [EMAIL PROTECTED] said: > > > - > > /usr/bin/ld: Undefined symbols: > > _libiconv > > Well, you need a proper iconv installation too. We need too do have > an extra test for it in case NLS has been disa

Re: Problem building 2.0.1

2006-12-07 Thread Werner Koch
On Wed, 6 Dec 2006 08:23, [EMAIL PROTECTED] said: > - > /usr/bin/ld: Undefined symbols: > _libiconv Well, you need a proper iconv installation too. We need too do have an extra test for it in case NLS has been disabled. NLS requires iconv anyway but there is some otehr code in gpg which ne

Re: Problem building 2.0.1

2006-12-05 Thread Charly Avital
Werner, My version of libtool is Apple Computer, Inc. version cctools-622.5 Sorry for the omission, Charly ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: Problem building 2.0.1

2006-12-05 Thread Charly Avital
Werner Koch wrote the following on 12/5/06 3:10 PM: > On Tue, 5 Dec 2006 18:45, [EMAIL PROTECTED] said: > >> I am having a problem with configure. It doesn't recognise that I have >> these libraries already installed (which I do, and all the latest versions). >> I'm using OSX 10.4.8... > > You

Re: Problem building 2.0.1

2006-12-05 Thread Victor Escobar
Walter, thank you for this tip. I'm such an idiot: /usr/local/bin was not in my path -- DOH! :( However, now I'm getting the following error during make: /usr/bin/ld: Undefined symbols: _gpg_error_from_syserror collect2: ld returned 1 exit status make[2]: *** [kbxutil] Error 1 make[2]: Leaving dir

Re: Problem building 2.0.1

2006-12-05 Thread Werner Koch
On Tue, 5 Dec 2006 18:45, [EMAIL PROTECTED] said: > I am having a problem with configure. It doesn't recognise that I have > these libraries already installed (which I do, and all the latest versions). > I'm using OSX 10.4.8... You need to make sure that the correct libraries are found. For e

Problem building 2.0.1

2006-12-05 Thread Victor Escobar
Hi all, I am having a problem with configure. It doesn't recognise that I have these libraries already installed (which I do, and all the latest versions). I'm using OSX 10.4.8... - configure: *** *** You need libgpg-error to build this program. ** This library is for example available at *