Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pavel Janík
On Sep 14, 2011, at 10:56 AM, Shao Zhi Zhao wrote: > glibc-2.1.3 is under GNU GPL 2 Really? I think it is http://www.gnu.org/software/libc/manual/html_node/Copying.html#Copying GNU LGPL 2.1. -- Pavel Janík

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Shao Zhi Zhao
hi, unzip glibc-2.1.3-stub,open the file of COPYING, here is a clip of the content: " GNU GENERAL PUBLIC LICENSE Version 2, June 1991 " (See attached file: COPYING) thanks mail:zhaos...@cn.ibm.com tel:54747 Address:2/F,Ring Bldg. No.28 Building, Zhong

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pavel Janík
On Sep 14, 2011, at 11:17 AM, Shao Zhi Zhao wrote: > unzip glibc-2.1.3-stub,open the file of COPYING, Where you have got this file? -- Pavel Janík

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro Giffuni
On Wed, 14 Sep 2011 12:26:53 +0200, Pavel Janík wrote: On Sep 14, 2011, at 11:17 AM, Shao Zhi Zhao wrote: unzip glibc-2.1.3-stub,open the file of COPYING, Where you have got this file? It appears listed as "external source tarball" in the ApacheMigration wiki. The question is why do we nee

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Maho NAKATA
From: Pavel Janík Subject: Re: How to do with glibc-2.1.3 in AOOo? Date: Wed, 14 Sep 2011 12:26:53 +0200 > > On Sep 14, 2011, at 11:17 AM, Shao Zhi Zhao wrote: > >> unzip glibc-2.1.3-stub,open the file of COPYING, > > Where you have got this file? http://ftp.gnu.org

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Tor Lillqvist
> The question is why do we need this? I would think > all supported platforms have standard conformant > C/C++ libs. Yeah, but the code uses non-standard library functions, apparently. See external/glibc/makefile.mk. Apparently what's needed is getopt() and readdir_r(). > In the same line of que

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Damjan Jovanovic
On Wed, Sep 14, 2011 at 3:23 PM, Maho NAKATA wrote: > From: Pavel Janík > Subject: Re: How to do with glibc-2.1.3 in AOOo? > Date: Wed, 14 Sep 2011 12:26:53 +0200 > >> >> On Sep 14, 2011, at 11:17 AM, Shao Zhi Zhao wrote: >> >>> unzip glibc-2.1.3-stub,op

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro F. Giffuni
Thanks Tor, this is all good to know! --- On Wed, 9/14/11, Tor Lillqvist wrote: ... > > The question is why do we need > this? I would think > > all supported platforms have standard conformant > > C/C++ libs. > > Yeah, but the code uses non-standard library functions, > apparently. Both of the

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Michael Stahl
On 14.09.2011 17:23, Pedro F. Giffuni wrote: > Thanks Tor, this is all good to know! > > --- On Wed, 9/14/11, Tor Lillqvist > wrote: >>> The question is why do we need >> this? I would think >>> all supported platforms have standard conformant C/C++ libs. >> >> Yeah, but the code uses non-s

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro F. Giffuni
--- On Wed, 9/14/11, Michael Stahl wrote: ... > > > > In FreeBSD we were using an independent library in > some ports to > > support getopt_long but the regular library now > supports the GNU > > extensions. If it's needed it can be taken from > there. > > if it's not in a C standard at least 20

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Dennis E. Hamilton
] Sent: Wednesday, September 14, 2011 08:43 To: ooo-dev@incubator.apache.org Subject: Re: How to do with glibc-2.1.3 in AOOo? On 14.09.2011 17:23, Pedro F. Giffuni wrote: > Thanks Tor, this is all good to know! > > --- On Wed, 9/14/11, Tor Lillqvist > wrote: >>> The quest

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro F. Giffuni
Ahem ... Guys; --- On Wed, 9/14/11, Dennis E. Hamilton wrote: ... > If you list the functions you have in > mind, and the names of the headers normally used to > introduce their signatures, I will double-check the VC++ > 2008 and VC++ 2010 libraries to see what the status > is.  > We are far f

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Dennis E. Hamilton
eptember 14, 2011 11:23 To: ooo-dev@incubator.apache.org; dennis.hamil...@acm.org Cc: 'Michael Stahl' Subject: RE: How to do with glibc-2.1.3 in AOOo? Ahem ... Guys; --- On Wed, 9/14/11, Dennis E. Hamilton wrote: ... > If you list the functions you have in > mind, and the names o

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro Giffuni
i Sent: Wednesday, September 14, 2011 11:23 To: ooo-dev@incubator.apache.org; Cc: 'Michael Stahl' Subject: RE: How to do with glibc-2.1.3 in AOOo? Ahem ... Guys; --- On Wed, 9/14/11, Dennis E. Hamilton wrote: ... If you list the functions you have in mind, and the names of the headers

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Dennis E. Hamilton
, September 14, 2011 14:09 To: dennis.hamil...@acm.org Cc: ooo-dev@incubator.apache.org Subject: RE: How to do with glibc-2.1.3 in AOOo? On Wed, 14 Sep 2011 13:43:09 -0700, "Dennis E. Hamilton" wrote: > Most stock implementations on Windows seem to have the original BSD > license. >

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Dennis E. Hamilton
these days? Just curious. - Dennis -Original Message- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] Sent: Wednesday, September 14, 2011 14:37 To: ooo-dev@incubator.apache.org Subject: RE: How to do with glibc-2.1.3 in AOOo? Apparently the getopt.h has been cleaned up in lat

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro F. Giffuni
--- On Wed, 9/14/11, Dennis E. Hamilton wrote: .. > Backing up a little.  I don't > know if the original BSD license is a problem for Apache, > but it becomes a problem downstream, so it is good to avoid > having to carry that license and a NOTICE file about it > around in Apache OOo. > Well, h

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Tor Lillqvist
> For command line options I think the normal char is enough I don't know what the OOo code actually uses getopt() for (I am pretty sure it is just some build-time tools that actually use it...), but you can be assured that the actual OOo executable(s), for Windows (which presumably *is* the OS yo

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-14 Thread Pedro Giffuni
On Thu, 15 Sep 2011 08:06:40 +0300, Tor Lillqvist wrote: For command line options I think the normal char is enough I don't know what the OOo code actually uses getopt() for (I am pretty sure it is just some build-time tools that actually use it...), but you can be assured that the actual OO

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-15 Thread Dennis E. Hamilton
r.bz2> <http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2> - Dennis -Original Message- From: Pedro Giffuni [mailto:giffu...@tutopia.com] Sent: Wednesday, September 14, 2011 22:39 To: ooo-dev@incubator.apache.org Subject: Re: How to do with glibc-2.1.3 in AOOo? On Thu, 15 S

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-15 Thread Dave Fisher
/dist/apr/apr-util-1.3.12.tar.bz2> > > - Dennis > > -Original Message- > From: Pedro Giffuni [mailto:giffu...@tutopia.com] > Sent: Wednesday, September 14, 2011 22:39 > To: ooo-dev@incubator.apache.org > Subject: Re: How to do with glibc-2.1.3 in AOOo? > >

RE: How to do with glibc-2.1.3 in AOOo?

2011-09-15 Thread Pedro Giffuni
ist/apr/apr-1.4.5.tar.bz2> <http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2> - Dennis -Original Message- From: Pedro Giffuni [mailto:giffu...@tutopia.com] Sent: Wednesday, September 14, 2011 22:39 To: ooo-dev@incubator.apache.org Subject: Re: How to do with glibc-2.1.3 in AOOo?

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-15 Thread Daniel Shahaf
chive.apache.org/dist/apr/apr-1.4.5.tar.bz2> > > <http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2> > > - Dennis > > -Original Message- > From: Pedro Giffuni [mailto:giffu...@tutopia.com] > Sent: Wednesday, September 14, 2011 22:39 > To: ooo-d

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-15 Thread Daniel Shahaf
; > > > > - Dennis > > > > -Original Message----- > > From: Pedro Giffuni [mailto:giffu...@tutopia.com] > > Sent: Wednesday, September 14, 2011 22:39 > > To: ooo-dev@incubator.apache.org > > Subject: Re: How to do with glibc-2.1.3 in AOOo? &g

Re: How to do with glibc-2.1.3 in AOOo?

2011-09-16 Thread Jürgen Schmidt
On Wed, Sep 14, 2011 at 3:42 PM, Tor Lillqvist wrote: > > The question is why do we need this? I would think > > all supported platforms have standard conformant > > C/C++ libs. > > Yeah, but the code uses non-standard library functions, apparently. > See external/glibc/makefile.mk. Apparently wh