Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Sisyphus
- Original Message - From: "DougS" To: "Sisyphus" Cc: "mingw64" Sent: Thursday, March 25, 2010 1:48 PM Subject: Re: [Mingw-w64-public] Problem building a static gsl-1.14 > Well. You now know why we can't reproduce in a cross compiler. I don't > recall offhand but does windows come

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Doug Semler
Oh and by the way what is happening is that you are building a public library from a bunch of private convenience libraries. Since the convenience libraries are not installed what libtool does is extract all the objects (the ar x commands) in the convenience libraries and puts them in the

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread DougS
Well. You now know why we can't reproduce in a cross compiler. I don't recall offhand but does windows come with a sort program??? Maybe the msys one is not early enough in the path??? (I don't know anything about msys by the way...I always cross compile) Sent from my iPod On Mar 24, 2

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Sisyphus
- Original Message - From: "Doug Semler" > Actually, the command that's failing is: > > x86_64-w64-mingw32-ar t > "/c/_64/comp/gsl-1.14/block/.libs/libgslblock.a" | sort | sort -uc > > (The error message is misleading because it prepends the extract > directory onto the archive name, a

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Doug Semler
On Wed, Mar 24, 2010 at 2:24 PM, Doug Semler wrote: > On Wed, Mar 24, 2010 at 1:26 PM, JonY wrote: >> On 3/24/2010 20:15, Sisyphus wrote: >>> Hi, >>> >>> I've posted to gsl-bugs about this ... without success. I'm not even sure >>> that it's a gsl bug - there's a thread at >>> http://www.mail-arc

Re: [Mingw-w64-public] typo in new disable leading underscores

2010-03-24 Thread NightStrike
Fixed On Wed, Mar 24, 2010 at 2:23 PM, NightStrike wrote: > Oh.. hmm...  good point. > > On Wed, Mar 24, 2010 at 1:38 PM, Doug Semler wrote: >> Noticed a typo when configuring the leading underscores in the crt: >> >> configuration output says: >> >> configure:5078: checking whether to disable l

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Doug Semler
On Wed, Mar 24, 2010 at 1:26 PM, JonY wrote: > On 3/24/2010 20:15, Sisyphus wrote: >> Hi, >> >> I've posted to gsl-bugs about this ... without success. I'm not even sure >> that it's a gsl bug - there's a thread at >> http://www.mail-archive.com/bug-libt...@gnu.org/msg00374.html where the >> error

Re: [Mingw-w64-public] typo in new disable leading underscores

2010-03-24 Thread NightStrike
Oh.. hmm... good point. On Wed, Mar 24, 2010 at 1:38 PM, Doug Semler wrote: > Noticed a typo when configuring the leading underscores in the crt: > > configuration output says: > > configure:5078: checking whether to disable leading underscores > configure:5103: result: no > > when the --disable

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread JonY
On 3/24/2010 20:15, Sisyphus wrote: > Hi, > > I've posted to gsl-bugs about this ... without success. I'm not even sure > that it's a gsl bug - there's a thread at > http://www.mail-archive.com/bug-libt...@gnu.org/msg00374.html where the > error is of a very similar type. In that particular instanc

[Mingw-w64-public] typo in new disable leading underscores

2010-03-24 Thread Doug Semler
Noticed a typo when configuring the leading underscores in the crt: configuration output says: configure:5078: checking whether to disable leading underscores configure:5103: result: no when the --disable-leading-underscores is passed (and result: yes when not passed). In other words, "whether

Re: [Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Ozkan Sezer
On Wed, Mar 24, 2010 at 2:15 PM, Sisyphus wrote: > Hi, > > I've posted to gsl-bugs about this ... without success. I'm not even sure > that it's a gsl bug - there's a thread at > http://www.mail-archive.com/bug-libt...@gnu.org/msg00374.html where the > error is of a very similar type. In that part

[Mingw-w64-public] Problem building a static gsl-1.14

2010-03-24 Thread Sisyphus
Hi, I've posted to gsl-bugs about this ... without success. I'm not even sure that it's a gsl bug - there's a thread at http://www.mail-archive.com/bug-libt...@gnu.org/msg00374.html where the error is of a very similar type. In that particular instance it turned out to be a libtool (ltmain.sh)