Re: DBD::mysql not reading host from config file

2024-07-27 Thread Danny Rice via Cygwin
ersions available in Cygwin, which are almost certainly older than the > ones on Linux This has been an issue since at least 2020. The current cygwin DBD::mysql is version is 4.052. The one I tested on linux is currently 4.046. On Sat, Jul 27, 2024 at 2:50 AM ASSI via Cygwin wrote: > Danny R

DBD::mysql not reading host from config file

2024-07-25 Thread Danny Rice via Cygwin
With a dsn like $dsn = "dbi:mysql:mysql_ssl=1;mysql_read_default_file=test.cnf;mysql_read_default_group=test_group"; $dbh = DBI->connect($dsn); seemingly fails to read the host from [test_group] in test.cnf. Adding a valid host=host_name to the $dsn succeeds in reading the user, password etc from

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-18 Thread Fournier, Danny G
: Fournier, Danny G Subject: RE: ERROR: A specified logon session does not exist. It may already have been terminated Good detective work. I need to think about why key only authentication would cause an impact. Did you add the password to the registry? (Log in as the user and the run "pass

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-17 Thread Fournier, Danny G
uld seem that our issue is related to connecting over SSH using a shared key. -Original Message- From: Gluszczak, Glenn [mailto:glenn.gluszc...@dell.com] Sent: October-17-17 11:08 AM To: Fournier, Danny G Subject: RE: ERROR: A specified logon session does not exist. It may already h

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-10 Thread Fournier, Danny G
...@dell.com] Sent: October-10-17 12:14 PM To: Fournier, Danny G; cygwin@cygwin.com Subject: RE: ERROR: A specified logon session does not exist. It may already have been terminated It may still work but you don't see the other terminal window unless you're on the desktop. To prove, try

RE: ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-10 Thread Fournier, Danny G
ssage- From: Gluszczak, Glenn [mailto:glenn.gluszc...@dell.com] Sent: October-10-17 11:48 AM To: Fournier, Danny G; cygwin@cygwin.com Subject: RE: ERROR: A specified logon session does not exist. It may already have been terminated Does schtasks.exe open a separate/new terminal session? You

ERROR: A specified logon session does not exist. It may already have been terminated

2017-10-10 Thread Fournier, Danny G
We recently upgraded Cygwin to 2.9.0(0.318/5/3) from 2.0.4(0.287/5/3) on Windows Server 2008 R2. Once we connect to the server using SSH, using a user where we have exchanged keys for, we call the following command: schtasks.exe /Run /TN "SomeJobName" This will give the following error: ERROR:

Re: RFD: cygwin + *native* MinGW compiler

2009-01-29 Thread Danny Smith
o be a natural way to do a bootstrap. I don't set any special environment variables before I "bash ./config.sh" from a DOS prompt (my everday path just put C:/mingw/bin in front of C:/cygwin/bin) and I don't cross my fingers because I know it has worked for 10 years or so. Dan

RE: Cygwin - linker errors - __assert, __itob and __ftol

2008-06-01 Thread Danny Smith
Dave Korn wrote (archived at http://www.cygwin.com/ml/cygwin/2008-05/msg00643.html) >Tim Prince wrote on 30 May 2008 23:48: >> C S wrote: >>> gcj -D__int64="long long" -shared -I C:\Apps\Java\jdk1.6.0_05\include > >>> the error i get is: gcj: cannot specify -D without --main > >> might be handle

RE: [ mingw-Patches-1789093 ] Modernize mingw10.dll build procedure

2008-04-25 Thread Danny Smith
> From: Charles Wilson > Sent: Saturday, 26 April 2008 2:05 p.m. > > SourceForge.net wrote: > > Patches item #1789093, was opened at 2007-09-06 14:33 > > > > Comment By: Danny Smith (dannysmith) > > Date: 2008-04-25 17:42 > > > > Ping! > &

Re: About linker otions an rebasing

2008-01-31 Thread Danny Smith
quoting Brian Dessent in message archived at http://www.cygwin.com/ml/cygwin/2008-01/msg00571.html > auto-import has nothing to do with rebasing and is the default anyway. > The only thing that specifying --enable-auto-import does is disable some > informational messages that are printed during l

Re: cygwin, g++ and boost? Do I need dll.a?

2008-01-12 Thread Danny Smith
hives To test, just rename libkernel32.a to kernel32.lib (import libs are just special static archives) and build a simple 'hello_world.c' testcase with -static Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/pr

RE: gcc-dw2? or fast sjlj-exceptions EH

2007-09-10 Thread Danny Smith
j EH code generated in prologue of new() Does a no-throw override of libary version of these functions help ? Danny #ifdef __USING_SJLJ_EXCEPTIONS__ #define NEW_THROW_SPEC throw() #else #define NEW_THROW_SPEC throw(std::bad_alloc) #endif #include ... void * operator new (std::size_t sz) NEW_THROW_SPEC

RE: Decimal float and the Cygwin build of GFortran.

2007-07-04 Thread Danny Smith
his target >^^^ > checking whether make sets $(MAKE)... yes > ... > --- > > A few months ago this did not happen (same building procedure). > > > So,

dllimport and __asm__("_alias" )

2007-02-03 Thread Danny Smith
ot;); void call_bar(void) { foo(); } to get _call_bar: pushl %ebp movl__imp__bar, %ecx movl%esp, %ebp popl%ebp jmp *%ecx Any comments, before I submit the patch to gcc? Should gcc warn if the asmspec of a dllimport alias lacks the "

RE: Eliminating -mno-cygwin from gcc?

2007-01-31 Thread Danny Smith
c-cygwin would be a lovely replacement, so I wouldn't miss it for long. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Vista 64 users, please test snapshot

2006-12-06 Thread Danny
Corinna Vinschen cygwin.com> writes: > > I've applied a patch to Cygwin which should workaround what appears to > be a compatibility bug in WOW64 on Vista 64. If you want details, see > the huge comment in the sources, file dcrt0.cc, get_cygwin_startup_info(). > > http://cygwin.com/acronyms/#W

RE: cygwin -mno-cygwin AC_CHECK_SIZEOF

2006-11-30 Thread Danny Smith
building gcc's libgomp (#defines in header file are generated using AC_CHECK_SIZE_OF) for mingw, and I'm stll looking for acceptable solution too. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

[OT] RE: mno-cygwin dll woes

2006-11-27 Thread Danny Smith
/tmp/libmsvcrt.a gcc -mno-cygwin -L/tmp foo.c However, any required dll's that also depended on msvcrt.dll would still bring in the system lib. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: Problems with GCC-3.4.4-2 (exp) ? (Gold S.)

2006-11-19 Thread Danny Smith
esh. I'm in the wrong project. I've been [re-]releasing buggy binaries for years and not one gold star, not even a silver one. (Psst. I really want a Red one.) Danny > Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

RE: GMP-4.2, MPFR-2.2, was Re: Problems with GMP in latest Cygwin

2006-10-23 Thread Danny Smith
mpfr.org/mpfr-current/mpfr-2.2.0.tar.bz2 http://www.mpfr.org/mpfr-current/patches Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Behavior of ifstream::read() in g++

2006-10-15 Thread Danny Smith
l; } > > int main () > { > foo (); > return 0; > } > > -- > > > Test input file can be seen at > http://groups.google.com/group/test-av/msg/0c4d3da487594ab7 > > > Output for g++ (Cygwin) > ---- >

RE: -fno-inline -O1 breaks ntohs()

2006-09-17 Thread Danny Smith
> > > >! #if defined __OPTIMIZE__ && !defined __NO_NOINLINE__ #if defined __OPTIMIZE__ && !defined __NO_INLINE__ Rule No 1: The obvious is not always not what it appears to be. Danny --

RE: -fno-inline -O1 breaks ntohs()

2006-09-17 Thread Danny Smith
> Testcase: > -- > #include > > int main() > { > volatile short s = 33, t; > > t = ntohs(s); > return 0; > } > -- > > > i686-pc-cygwin-gcc -fno-inline -o test test.c > i686-pc-cygwin-gcc -O1 > > -fno-inline -o test test.c > /tm

RE: no message or dialog when a DLL is missing

2006-08-30 Thread Danny Smith
Similarly there is nothing to stop user code from turning SetErrorMode() on again if you want it . Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re:Can't link TclMagick anymore

2006-08-08 Thread Danny Smith
lMagick.o \ -ltclstub84 \ -lCORE_RL_wand_ -lCORE_RL_magick_ \ -Wl,--exclude-libs,tclstub84.lib Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re:Can't link TclMagick anymore

2006-08-08 Thread Danny Smith
uld try adding "-Wl,-no-export-libs,CORE_RL_wand_.LIB,CORE_RL_magick_.LIB" or similar Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Change to Dwarf-2 debug info.

2006-06-30 Thread Danny Smith
od time to change the default for mingw32 and cygwin. Comments? Back to my room. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

[OT] RE: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread Danny Smith
ng out right, > or the exceptions are being delivered to the wrong thread. At the risk of being told not to talk in the grown-up's room: 'g++ -mno-cygwin -mthreads' works for me, using cygwin's distro Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

RE: Increasing Available Memory for Cygwin Run Programs in XP

2006-05-11 Thread Danny Smith
; verified this with a small program I developed that allocates the > maximum available memory to 4 bytes. > In Windows when I run this program I am able to allocate a total of > 1.94GB of memory, > Look at "--large-address-aware" option in ld.info. Danny -- Unsubs

RE: LFTP Version 2.6.10 is very old

2006-05-03 Thread Danny Harris
3 May 2006 12:57 To: Danny Harris; cygwin@cygwin.com Subject: Re: LFTP Version 2.6.10 is very old Just become a maintainer for this and than everybody can complain to you that it is not up2date :) Alex Danny Harris wrote: >Hi, > >The current version of LFTP available in Cygwin seems to b

LFTP Version 2.6.10 is very old

2006-05-03 Thread Danny Harris
Hi, The current version of LFTP available in Cygwin seems to be V2.6.10, which is very old now (December 2003!). The current version is 3.4.4, from April 2006. Any chance of this being updated, or me being pointed in the right direction to do it myself? Best Regards, Dan Harris. -- Unsubs

Cygwin Installation Freezes

2006-04-20 Thread Danny Kane
Hello, I am fairly new to cygwin. I tried installing it using the http://www.cygwin.com/setup.exe link. Other than the default packages, I also selected some development utilities to allow me to compile in C. I am downloading the packages fine, however whenever I get to the installation portion

Re: fstream and sstream error with gcc 3.4.4

2005-10-30 Thread Danny Smith
> After upgrading from gcc 3.3.3 to gcc 3.4.4, I now get the following errors when I compile some code: When using GCC's libstdc++ -DNOMINMAX or #define NOMINMAX before including Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Building libstdc++.dll the easy way

2005-10-05 Thread Danny Smith
- Original Message - From: "John W. Eaton" Sent: Thursday, 6 October 2005 09:13 > On 6-Oct-2005, Danny Smith wrote: > > | Building libstdc++.dll may be a "hard problem" for a mathematician or > | for libtool, but this is how an ordinary person coud

Building libstdc++.dll the easy way

2005-10-05 Thread Danny Smith
The main problem after that is in getting rid of the need for auto-import of data objects by marking header files appropiately. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://

Re; Visibility of compiler symbols between executables and DLLs

2005-09-26 Thread Danny Smith
more recent examples, using 'gcc -shared' rather than dlltool, in cygwin archives. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Bug in gcc and/or binutils?

2005-09-15 Thread Danny Smith
so you only export the pointer by marking as DATA in the def file Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: g++ defines for win32

2005-08-15 Thread Danny Smith
a system header. GCC does not warn about system headers unless you specify -Wsystem-headers For your original problem, why not just #undef the builtin defines before redefining You don't need __GNUC__ version info for that. Danny -- Unsubscribe info: http://cygwin.com/ml/#uns

Re: Serious performance problems (Gerrit/Danny please comment)

2005-05-28 Thread Danny Smith
Re: Serious performance problems (Gerrit/Danny please comment) From: Christopher Faylor To: cygwin at cygwin dot com Date: Sat, 28 May 2005 14:57:20 -0400 Subject: Re: Serious performance problems (Gerrit/Danny please comment) References: <http://sources.redhat.com/ml/cygwin/2005-05/msg01305.h

1.5.14-1 cygwin1.dll could not be found

2005-04-06 Thread Danny Ng
have looked through the mailing list to try to solve this myself by installing bzip2 libraries but I still get the same error. Attached is cygcheck.out and a screenshot of the error. -- - Danny cygcheck.out Description: Binary data <>-- Unsubscribe info: http://cygwin.com/ml/#unsubsc

1.5.13-1 gtk-query-immodules-2.0.exe - Unable to locate DLL

2005-03-31 Thread Danny Ng
and I still end up with the same problem. I also have searched through the cygwin mailing list to find solutions but I haven't been able to find anything useful to me. Even googled it. Also included is a screen shot of the error that pops up during installation. -- - Danny BMI.c Desc

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Danny Smith
cgf wrote: >On Sun, Mar 20, 2005 at 09:21:42AM +1200, Danny Smith wrote: >>On native mingw build I get this: >> >>#include "..." search starts here: >>#include <...> search starts here: >> D:/MINGW/BIN/../lib/gcc/mingw32/3.4.3/../../../../include

Re: Problem including float.h with gcc -mno-cygwin (Danny can you comment?)

2005-03-19 Thread Danny Smith
include needs >>to appear on the search path before any of the /usr/lib/gcc-lib include >>files. > >That would make mingw unlike every other compiler out there. Try it on >linux and you can see that the gcc library includes are supposed to be >first. Putting them se

Re: Possible bug in gas/ld when using .linkonce

2005-03-10 Thread Danny Smith
://gcc.gnu.org/bugzilla/show_bug.cgi?id=14808 Secondly, I believe you need to specify a linkonce type (ie, one_only, discard, same_size, same_content) ' Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: loading of wsock32 disturbs FPU

2005-03-02 Thread Danny Smith
the msvcrt.dll import _fpreset, I get the error. A cygwin version of _fpreset (that calls finit) should do the trick, without the overhead of fpu environment sav and restore Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re; Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3

2005-02-25 Thread Danny Smith
From: Peter Rehley > Hi, > > I am working on a project where I had to recompile gettext using gcc > 3.3.3. I'm using cygwin 1.5.12. It compiled without issues but when I > went to run some of the programs, a windows dialog box pops up showing > the following message: > > "The application failed

Freezing problem installing cygwin - solution

2005-02-01 Thread Danny
up when I noticed that I had quotas set to 1Gb limit on my system disk, after turning off the quotas hay presto it worked! I hope this is of help to anyone suffering from the same problem. Danny Arnold -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

RE: c++ exceptions in shared library results in crash

2005-01-13 Thread Danny Smith
stion. My answer would be that they need more work before submission.. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: c++ code executes very slowly - sjlj EH to blame?

2004-12-16 Thread Danny Smith
e abort() EH, >>which is equivalent to having _no_ EH in practical >>terms. >> >>Maybe Danny Smith has some thoughts about this, since >>he has apparently been at least partially successful >>in getting DWARF2 EH to work on cygwin. > > >Yes, I expect

Re: Segmentation faults with g++ 4.0

2004-12-12 Thread Danny Smith
ough to test the bleeding edge. Care to submit a bug report? http://gcc.gnu.org/bugzilla Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: stdcall lib functions with exception throwing callbacks vs Dwarf2 EH

2004-11-24 Thread Danny Smith
Richard Henderson wrote: > On Wed, Nov 24, 2004 at 11:27:11AM +1300, Danny Smith wrote: >> Before I pull any more hair out trying, does any one have any hints >> on how to use an MD_FALLBACK_FRAME_STATE_FOR to workaround ... > > That would be wrong. > > I think the most

Re: stdcall lib functions with exception throwing callbacks vs Dwarf2 EH

2004-11-23 Thread Danny Smith
Richard Henderson wrote: > On Wed, Nov 24, 2004 at 11:27:11AM +1300, Danny Smith wrote: >> Before I pull any more hair out trying, does any one have any hints >> on how to use an MD_FALLBACK_FRAME_STATE_FOR to workaround ... > > That would be wrong. > > I think the most

stdcall lib functions with exception throwing callbacks vs Dwarf2 EH

2004-11-23 Thread Danny Smith
n32 api uses stdcall almost exclusively. Before I pull any more hair out trying, does any one have any hints on how to use an MD_FALLBACK_FRAME_STATE_FOR to workaround, or is this a blocker for the use of DW2 EH on windows targets. Danny -- Unsubscribe info: http://cygwin.com/ml/#u

Re: Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-31 Thread Danny Smith
Gerrit P. Haase wrote: > Danny Smith wrote: > >> Gerrit wrote: >> >> >>> Ole Jacob Hagen wrote: >> >> >>>> Hi, >>>> >>>> I've compiled Octave-2.1.60 with gcc-3.3.3 successfully, but the >>>> pe

: Re: Need an older gcc version on my cygwin due to poor performance on gcc-3.x series.

2004-10-31 Thread Danny Smith
.2.x instead. > It would make more sense to identify the problem and do s.th. > about it to resolve this issue then. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14563 Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: [gcc-3.4.1 / binutils] where are my symbols?

2004-10-03 Thread Danny Smith
th object have arrived in > the library. What is going on here and how can I track this down? > Are the two symbols in fourth object marked as dllexport. This will override --export-all, so you may need to add that switch explicitly. Danny > > Gerrit > -- > =^..^= > -- Uns

Re: Building DLL

2004-07-10 Thread Danny Smith
=== gcc -shared -o my_dll.dll dll.def dll.c gcc -o my_exe.exe exe.c my_dll.dll You can do the same thing with import libs if you want, but using a def file is much simpler. Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.

UPDATED PRICE LIST for CD Sleeves, DVD Cases, CD-R’s & DVD-R’s

2004-03-22 Thread Danny Vidal
- CD Foam Hubs (adhesive) - Less than $4.00 per 100 - CDR - Less than $28.00 for 100 - DVDR - Less than $99.95 for 100 - CD Mailers - Less than $5.00 per 100 Please feel free to call or e-mail me. PRICES DO NOT INCLUDE SHIPPING. Thanks, Danny Vidal General Manager SecureDisc.com, Inc. 7938 South

profiling vs mingw package [Was: G++ for CygWin]

2004-01-28 Thread Danny Smith
functions (the calls to the nested function bar in above test case shows up as 10 calls to _monstartup) but that is a different story Danny http://personals.yahoo.com.au - Yahoo! Personals New people, new possibilities. FREE for a limited time. -- Unsubscribe info: http://cygwin.com/ml

Re: DLL and external symbols

2003-12-31 Thread Danny Smith
ort lib for the dll, especially if you are exporting stdcall symbols or plan to reuse the dll with other app's. eg: gcc -shared -o mylib.dll -Wl,--out-implib,libmylib.a mylib.def mylib.c gcc -o main.exe main.def main.c -L. -lmylib Danny http://personals.yahoo.com.au - Yahoo! Person

#pragma interface [Was: cygwin mysql 4.0.16 compilation]

2003-11-25 Thread Danny Smith
eking for someone to shed light on this, why it is not > working on Cygwin? > It appears to crippled because of the attempt by G++ to support dllimport. Grep the gcc/cp src directory for MULTIPLE_SYMBOL_SPACES, which is defined for win32 targets only. Also note in ChangeLog the last time any

RE: Possible bug with __attribute__((alias)) in gcc-3.3

2003-11-24 Thread Danny Smith
code that needs to be fixed. Thanks ) Or... The usual windows way would be to put your aliasing for dllexports in a def file. Danny http://personals.yahoo.com.au - Yahoo! Personals New people, new possibilities. FREE for a limited time. -- Unsubscribe info: http://cygwin.com/ml/#un

RE[2]: Exporting const variables from DLLs (GCC bug?)

2003-11-17 Thread Danny Smith
--- Danny Smith <[EMAIL PROTECTED]> wrote: > Jon Foster wrote: > > > Given this source code: > > extern const int meaning_of_life __declspec(dllexport); > > const int meaning_of_life __declspec(dllexport) = 42; > > > > > > GCC complains: >

RE: Exporting const variables from DLLs (GCC bug?)

2003-11-16 Thread Danny Smith
ed after a prior declaration. I have a fix that I will submit to gcc-patches after reg-testing Danny http://personals.yahoo.com.au - Yahoo! Personals New people, new possibilities. FREE for a limited time. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: merging mingw and cygwin

2003-10-13 Thread Danny Smith
sys. > In order > to build MinGW packages right, the underlying tools have to work the same > as well. > > MINGW and/or NO_CYGWIN simply wrap all of this up in a nice user friendly > package. cygwin is a nice user friendly package. I won't speak for mingw because I have a

Anon structs in gcc-3.3.1 [Was: Re: Available for testing: gcc-3.3.1-1 ...]

2003-09-20 Thread Danny Smith
x27;t find where this is documented. These are testsuite cases (in source distro) that give examples gcc.dg/anon-struct-1.c gcc.dg/anon-struct-2.c gcc.dg/anon-struct-3.c gcc.dg/20011008-1.c gcc.dg/20020527-1.c Plus more in C++ dirs Danny > >Sergey > http://search.yahoo.com.au - Yahoo!

Re: getopt: ugly linker messages

2003-09-19 Thread Danny Smith
); Baz(); Biz++; Boz++; } void Bar(void) { // { dg-warning "defined" } } void Baz(void); // { dg-warning "redeclared" } extern int Biz; // { dg-warning "redeclared" } int Boz;// { dg-

Re: (link to) gcc-testsuite results for cygming-special 3.3.1

2003-09-14 Thread Danny Smith
the failures, several are due to 'bugs' in the testsuite itself (wrong options for cygwin or problems with degagnu). As Chris points out, without some context, the testsuite results are not very useful, but it is good to know that someone is testing with the GCC testsuite too. Da

Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-14 Thread Danny Smith
--- Charles Wilson <[EMAIL PROTECTED]> wrote: > Danny Smith wrote: > > > gcc 3.2-3 used Dwarf2 exceptions, which worked most of the time. (In fact, > > I don't recall any bug reports at all on cygwin list). But it didn't work > > with w32api callbacks

Re: Available for testing: gcc-3.3.1-1 and gcc-mingw-20030911-1

2003-09-13 Thread Danny Smith
didn't work with w32api callbacks, nor with some combinations of compiler switches (notably -mcpu=i586 or -mno-accumulate-outgoing-args and -fomit-frame-pointer). cygwin gcc-3.3.1 uses setjmp-longjmp exception mechanism, mingw does too and has done since gcc-3.2.1. The two undefined re

Re: ld -r errors with C++ objects

2003-08-14 Thread Danny Smith
ip the debug info) but may not be what you want. ld -r -S -o 3,o 1.o 2.o You may wish to report to binutils list as a bug. Danny > -- > [EMAIL PROTECTED] > > http://personals.yahoo.com.au - Yahoo! Personals - New people, new possibilities! Try Yahoo! Personals, FREE for a l

Re: Calling gcc built DLL from .NET (Visual Basic)

2003-06-05 Thread Danny Smith
t; I then compile as follows: > > $ gcc -c test.c > $ gcc -shared -o test.dll test.o and -Wl,--add-stdcall-alias when building dll to get undecorated symbol too. I don't have a clue about char* -> STRING marshalling. I would have just used BSTR. Danny http://mobile.yahoo.com.

RE: gcc -mno-cygwin preprocessing: cygwin headers included.

2003-04-02 Thread Danny Smith
mingw but they aren't necessary anymore for mingw. Nor are they harmful. The only difference I could think of would be in float.h. GCC used to use different versions of float.h for i386 systems with 80 bit long doubles vs. system with long double == 64 bit double. But I think that is chang

Re: Can open() from console app, not from dll

2003-04-01 Thread Danny Smith
--- Massimiliano Mirra <[EMAIL PROTECTED]> wrote: > Danny Smith <[EMAIL PROTECTED]> writes: > > >> I am able to open a file and write into it from a console application, > >> but the same fails when done from within a function that is stored in >

RE: Can open() from console app, not from dll

2003-04-01 Thread Danny Smith
thing You will also need to either munge your declaration in VB to match the exported name or --add-stdcall-alias Danny http://mobile.yahoo.com.au - Yahoo! Mobile - Check & compose your email via SMS on your Telstra or Vodafone mobile. -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: cygwin gcc 3.4 and cygwin

2003-03-16 Thread Danny Smith
--- Danny Smith <[EMAIL PROTECTED]> wrote: > Brian Ford wrote: > > > Vanilla gcc 3.2.x is NOT ABI compatible with Cygwin's pre 3.2 gcc, fact. > > I wanted to know why this was allowed to persist given the simple patch > > required to fix it, question. I

Re: cygwin gcc 3.4 and cygwin

2003-03-16 Thread Danny Smith
is to rebuild gcc from sources so that -malign-double is the default (as it is now on trunk for cygwin). Mr. Danny http://mobile.yahoo.com.au - Yahoo! Mobile - Check & compose your email via SMS on your Telstra or Vodafone mobile. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: cygwin gcc 3.4 and cygwin

2003-03-12 Thread Danny Smith
lla gcc are ABI incompatible. > > Doesn't this seem bad? If you want pickled eggs with your free beer, you may have to wait. Myself, I can't understand why the barman can't put the foam on the bottom 2003-02-16 Danny Smith <[EMAIL PROTECTED]> * config/i38

Re: [avail for test] libtool-devel-20030216-1

2003-02-19 Thread Danny Smith
roving what already works rather than duplicating effort. Ooops. Danny > > cgf > http://mobile.yahoo.com.au - Yahoo! Mobile - Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting

RE:size limit for static arrays in cygwin/gcc

2003-02-17 Thread Danny Smith
Randall R Schulz wrote: > A couple of months ago, someone reported on how local (stack) > allocations larger than a certain threshold were allocated on the heap. > In fact, you, Danny, contributed materially to that thread: Subject > "Strange behaviour of gcc" star

RE:size limit for static arrays in cygwin/gcc

2003-02-16 Thread Danny Smith
few Mb of memory on either my old or my new system. Why? What limit > am I bumping into? > > By default stack reserve is set to 2MB by ld.exe. Try setting stack reserve higher, eg, -Wl,--stack=0x200 will get you 32MB stack reserve Danny http://mobile.yahoo.com.au - Yahoo!

Re: progress on libstdc++.dll

2003-01-29 Thread Danny Smith
e import lib produced by gcc -shared does. The "implied" import lib generated on-the-fly when linking directly against the dll is like the one produced by gcc -shared. Danny > Thanks in advance, > > Paul Kienzle > [EMAIL PROTECTED] > > -- Unsubscribe info:

Re:anyone have implicit linkage of gcc DLLs working in Visual C?

2003-01-25 Thread Danny Smith
ironemnt as you would any MS built *.lib file. Danny http://movies.yahoo.com.au - Yahoo! Movies - What's on at your local cinema? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygw

Re:Strange behaviour of gcc

2002-12-29 Thread Danny Smith
Hello Randall Yeah, no documentation to speak of. The only reason I know about it because I've been chasing the _alloca bug that Fish reported. It is still present in GCC trunk (3.4). I have submitted a simple patch that fixes, but ... time for a ping in the New Year. Danny, rrschulz

Re:Strange behaviour of gcc

2002-12-29 Thread Danny Smith
> > GCC's __builtin_alloca uses a helper function called _alloca to check the > stack > whenever allocating more that 4000 bytes in one go. > > Danny To disable stack probing, add this switch -mno-stack-arg-probe. Danny http://movies.yahoo.com.au - Yahoo! Movies -

Re:Strange behaviour of gcc

2002-12-23 Thread Danny Smith
truct {unsigned char data[3984];}var; > } > > and compile it. This time, nm's output is > > b .bss > d .data > t .text > T _func > > as it should. Is there a reason why the symbol __alloca appears? GCC's __builtin_al

Re: Error: symbol `_D' is already defined

2002-12-05 Thread Danny Smith
arations of extern variables, eg: extern __attribute__((dllimport)) Dtmethod_t* Dtset; This is fixed in CVS sources: __attribute__((dllimport)) implicitly adds extern. Danny http://www.yahoo.promo.com.au/hint/ - Yahoo! Hint Dropper - Avoid getting hideous gifts this Christmas with Yahoo! Hint Dropper! --

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
s issue a known bug, or should I further investigate my setup? Thanks a lot for the help. --Danny Danny wrote regarding 'Re: gcc (as.exe) install error' on Sun, Nov 10 at 17:59: > I'm not in front of the machine, but for the time being I'll add this: > > When I copy t

Re: gcc (as.exe) install error

2002-11-18 Thread Danny Sauer
Doh. I didn't notice that the list doesn't set the "reply-to" header. :) --Danny Danny wrote regarding 'Re: gcc (as.exe) install error' on Sun, Nov 10 at 17:59: > Danny, > > The dialog regarding your problems with GCC and / or "as" (or whatev

Re: gcc 3.2 string link problem

2002-11-17 Thread Danny Smith
>::~basic_string [in-> charge]()' Look in /usr/include/c++/3.2/i686-pc-cygwin/bits/c++config.h // Define if code specialized for wchar_t should be used. /* #undef _GLIBCPP_USE_WCHAR_T */ libstdc++ configure script could not find enough C runtime support to provide C++ wchar_t support. D

Re: gcc (as.exe) install error

2002-11-10 Thread Danny Sauer
Danny, The dialog regarding your problems with GCC and / or "as" (or whatever the real problem ultimately turns out to be) should take place in public. Randall Schulz Mountain View, CA USA -==- Forwarded Message -==- I'm not in front of the machine, but for the time bein

Re:1.3.15-1: small bug in win32/mmsystem.h waveOutOpen prototype

2002-11-10 Thread Danny Smith
R,DWORD); the DWORD_PTR and UNIT_PTR are new typedefs for win64-win32 compatability Danny Danny http://careers.yahoo.com.au - Yahoo! Careers - 1,000's of jobs waiting online for you! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs

re: binutils 20021107-2

2002-11-09 Thread Danny Smith
--exclude-libs=libstdc++-2.a Danny Robert Collins wrote: Hmm, a new ?bug? in binutils: Linking a g++-2 compiled program, with a g++-2 compiled dll (line breaks and blank lines added for clarity) RobertC@LIFELESSAMD ~/src/barch/build make /bin/bash ./libtool --mode=link g++-2 -g -O2 -o get

Re: gcc (as.exe) install error

2002-11-07 Thread Danny Sauer
Danny wrote regarding 'gcc (as.exe) install error' on Wed, Nov 06 at 17:13: ... > $ gcc -o test.exe test.c > gcc: installation problem, cannot exec >'/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/as.exe': Invalid >argument ... Attached is the

gcc (as.exe) install error

2002-11-06 Thread Danny Sauer
.exe" part - same result. I tried moving the file from a network mounted drive to a local path - same result. My searches turned up nothing, but then, I may have been looking in the wrong place. If someone could either point me to that place or just solve the problem, I'd be somewhat ap

Re: Problem compiling cpp programs with gcc-3.2-1

2002-10-28 Thread Danny Smith
' > > in response to compiling a slightly more complicated cpp program with gcc > related, or due to something else? They are same problem. > My slightly more complicated program will > compile if I replace gcc with g++, but the compiled program bombs immediately. Could you

RE: The -a options no longer accessible in gcc 3.2?

2002-09-24 Thread Danny Smith
code with: -fprofile Danny -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: [MinGW-dvlpr] Re: gcc 3.1 [-mno-cygwin and __main ]

2002-05-14 Thread Danny Smith
--- "Billinghurst, David (CRTS)" <[EMAIL PROTECTED]> wrote: > Danny, > > Can you elaborate on this. Now would be a good time to get > dwarf2 EH working on cygwin. It would be painful to release > a cygwin gcc-3.1 with sjlj exceptions, then switch. > M

Re: [MinGW-dvlpr] Re: gcc 3.1 [-mno-cygwin and __main ]

2002-05-14 Thread Danny Smith
--- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Wed, May 15, 2002 at 11:15:48AM +1000, Danny Smith wrote: > >>Perhaps it's time to drop the -mno-cygwin support and just supply a > >>cygwin hosted mingw32 targeted cross compiler? > > > >That

  1   2   >