[jira] Created: (STDCXX-346) [Cygwin] gcc -fPIC warnings

2007-03-03 Thread Mark Brown (JIRA)
[Cygwin] gcc -fPIC warnings --- Key: STDCXX-346 URL: https://issues.apache.org/jira/browse/STDCXX-346 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: 4.1.3

Re: Cygwin 12d build issues

2007-03-03 Thread Mark Brown
-Original Message- From: [EMAIL PROTECTED] Sent: Sat, 3 Mar 2007 11:33:26 -0800 To: stdcxx-dev@incubator.apache.org Subject: Re: Cygwin 12d build issues Thanks. I opened issue STDCXX-346 for the -fPIC warnings. I'll post a patch as soon as I'm done testing it. What about the

[jira] Commented: (STDCXX-337) [Cygwin] unsats on _libiconv, _catgets

2007-03-03 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477681 ] Mark Brown commented on STDCXX-337: --- I'm not sure how it happened but there's a typo in the patch I suggested

[PATCH] for STCXX-346 - [Cygwin] gcc -fPIC warnings

2007-03-03 Thread Mark Brown
Here's a patch for the -fPIC warnings on Cygwin (issue STCXX-346). I got a little crafty with the conditional and used findstring instead of two ifs. I hope that's okay. I also took the liberty to add a -*- Makefile -*- tag to the top of the file to enable emacs syntax highlighting. -- Mark

typo in alloc.cpp

2007-03-03 Thread Mark Brown
Hi, There appears to be a little typo in the source file alloc.cpp as pointed out by the gcc compilation error on Cygwin. The patch below fixes it. gcc -c -I/home/mbrown/stdcxx/include/ansi -D_RWSTDDEBUG-D_RWSTD_USE_CONFIG -I/home/mbrown/stdcxx/include

compilation error in 0.alloc.cpp

2007-03-03 Thread Mark Brown
I'm trying to compile the tests on Cywgin and I'm getting some errors. Here's the first one. I tried to see if it was something obvious that I could easily fix myself but the code in both cases is a macro defined to yet another macro that expands to either setjmp or sigsetjmp if that's a macro

compilation errors in 27.istream.fmat.arith.cpp

2007-03-03 Thread Mark Brown
Here's another test that throws an error at compile time. It looks like the compiler doesn't like the using N as the dimension of the array. I thought using variables as array dimensions was not allowed in C++? gcc -pedantic -nostdinc++ -g -W -Wall -Wcast-qual -Winline -Wshadow

[jira] Commented: (STDCXX-337) [Cygwin] unsats on _libiconv, _catgets

2007-03-03 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477698 ] Martin Sebor commented on STDCXX-337: - No problem. I should have tested the patch myself. A new patch to fix the

[jira] Closed: (STDCXX-337) [Cygwin] unsats on _libiconv, _catgets

2007-03-03 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-337. --- Resolution: Fixed Fix Version/s: 4.2 Fixed. [Cygwin] unsats on _libiconv, _catgets

Re: Cygwin 12d build issues

2007-03-03 Thread Martin Sebor
Mark Brown wrote: -Original Message- From: [EMAIL PROTECTED] Sent: Sat, 3 Mar 2007 11:33:26 -0800 To: stdcxx-dev@incubator.apache.org Subject: Re: Cygwin 12d build issues Thanks. I opened issue STDCXX-346 for the -fPIC warnings. I'll post a patch as soon as I'm done testing it. What