bash status?

2005-03-01 Thread Christopher Faylor
After instructing someone to upgrade to the newer version of bash to
fix the problem with pid reuse, I see that bash-2.05b-17 is still
in test state.

I seem to recall that Pierre may have had more patches for bash beyond
what is in bash-2.05b-17, although I don't see any in the cygwin-apps
archives.

Also what's happening with bash 3.0?

cgf


Re: bash status?

2005-03-01 Thread Christopher Faylor
On Tue, Mar 01, 2005 at 08:01:32AM -0500, Christopher Faylor wrote:
After instructing someone to upgrade to the newer version of bash to
fix the problem with pid reuse, I see that bash-2.05b-17 is still
in test state.

I seem to recall that Pierre may have had more patches for bash beyond
what is in bash-2.05b-17, although I don't see any in the cygwin-apps
archives.

Also what's happening with bash 3.0?

Oops.  I didn't complete my thought.

The basic questions are:

1) Can bash-2.05b-17 be moved out of test?

2) Are there more patches in the wings?

3) What's the status of bash 3.0?

and now, a meta question:

4) Do we still have a bash maintainer?  My private email to Ronald bounced.

cgf


Re: Update: perl-Win32-GUI, perl-libwin32

2005-03-01 Thread Reini Urban
Gerrit P. Haase schrieb:
Reini Urban wrote:
Gerrit P. Haase schrieb:
gcc -shared -o  ODBC.dll -Wl,--out-implib=libODBC.dll.a 
-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib CMom.o Constant.o CResults.o ODBC.o Odbc.res 
/usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a -L/lib/w32api -lnetapi32 
-lwininet -lversion -lmpr -lodbc32 -lodbccp32 -lwinmm -lstdc++ 
-lole32 -loleaut32 -luuid -lcomctl32 -lgdi32 -lcomdlg32 -lntdll
Creating library file: libODBC.dll.a
ODBC.o(.text+0x85e6):ODBC.cpp: undefined reference to 
`_SQLGetPrivateProfileString'
ODBC.o(.text+0x8bd2):ODBC.cpp: undefined reference to 
`_SQLGetPrivateProfileString'
ODBC.o(.text+0x1100d):ODBC.cpp: undefined reference to 
`_SQLConfigDataSource'
collect2: ld gab 1 als Ende-Status zuruck
perlld: *** system() failed to execute
gcc -shared -o  ODBC.dll -Wl,--out-implib=libODBC.dll.a 
-Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib CMom.o Constant.o CResults.o ODBC.o Odbc.res 
/usr/lib/perl5/5.8/cygwin/CORE/libperl.dll.a -L/lib/w32api -lnetapi32 
-lwininet -lversion -lmpr -lodbc32 -lodbccp32 -lwinmm -lstdc++ 
-lole32 -loleaut32 -luuid -lcomctl32 -lgdi32 -lcomdlg32 -lntdll
Hmm, -lodbccp32 (= /lib/w32api/libodbccp32.a) should import those.
Do you miss that? This was last changed 3 years ago. The very first 
w32api version.
http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/lib/

Or maybe you miss ODBCCP32.dll in $WINDIR/System32?

$ nm /lib/libodbccp32.a | grep ' _SQL'
nm: '/lib/libodbccp32.a': No such file
I have the import library in the right place:
$ nm /lib/w32api/libodbccp32.a | grep ' _SQL'
 T [EMAIL PROTECTED]
 T [EMAIL PROTECTED]
So this should be found by the linker.
Maybe the -L/usr/local/lib hurts you?
Is there another -lodbccp32?
Maybe a clash with iodbcunix?
Which version of gcc are you using?
3.3.3
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban
http://phpwiki.org