Hans Streibel wrote:
> Sorry I can't do that very quickly because I have
> no idea what you are talking about :-(
> - .rodata
> - .data
> - linker script,
> - strategic un-consting of the offending symbols
Sorry, it's actually .rdata not .rodata, and I typed a very abbreviated
message in hopes th
> Exception C005 during process startup sounds a lot like our old
> friend Mr. "runtime pseudo-relocs in .rodata". You could rule this out
> pretty quickly by temporarily modifying the linker script to place
> .rodata in .data, or by strategic un-consting of the offending symbols.
Sorry I can
> > gdb: unknown target exception 0xc135 at 0x7c974ed1
>
> That's STATUS_DLL_NOT_FOUND. Interesting. I wonder if something's
> interfering with dll loading?
How can I know?
> > Program exited with code 03000465.
>
> >~/private/src/jove/jove4.16.0.65[0m $ strace jjove.exe
> >--- Proc
> "gdb: unknown target exception 0xc135"
>
> Google for '0xc135': it seems to mean STATUS_DLL_NOT_FOUND.
> Is every required dll on your $PATH?
What are the required DLLs? Those reported by cygcheck?
Yes they are in my $PATH (cygwin notation).
Hans
--
Pt! Schon vom neuen GMX MultiM
Dave Korn wrote:
> >~/private/src/jove/jove4.16.0.65[0m $ strace jjove.exe
> >--- Process 3076, exception C005 at 7C929994
> >--- Process 3076, exception C005 at 7C974ED1
>
> And those are STATUS_ACCESS_VIOLATION. Odd. Are you, by any chance,
> running any of:
Exception C005 dur
On 18 July 2007 15:03, Hans Streibel wrote:
> Hello Dave,
>
>> Hey, I've never seen it before. I guess it isn't the problem then.
>> Trouble is, there's very little else goes on before main.
>
> Startup code, crt0.o
Yep, but that's pretty much the same in every cygwin app, so I would expect
On 2007-07-18 14:02Z, Hans Streibel wrote:
>
> Have a look at the "typescript1" attachment
> in my original posting. gdb just issues an error that I cannot
> understand.
"gdb: unknown target exception 0xc135"
Google for '0xc135': it seems to mean STATUS_DLL_NOT_FOUND.
Is every required d
Hello Dave,
> Hey, I've never seen it before. I guess it isn't the problem then.
> Trouble is, there's very little else goes on before main.
Startup code, crt0.o
> Hans, is there any C++ with static objects with constructors in
> this program?
No, all is plain old C (K&R, pre ANSI C I guess).
On 18 July 2007 14:34, Hans Streibel wrote:
>>> How can this link order be changed so that the cygwin dll
>>> is linked in first?
>>
>> Well, for a start, you'd need to link against the cygwin dll directly,
>> and it would need to be first on the linker command line.
>
> How can I link to a dll
On 18 July 2007 14:13, Corinna Vinschen wrote:
> On Jul 18 13:25, Dave Korn wrote:
>> On 18 July 2007 13:16, Hans Streibel wrote:
>>
> $ cygcheck `pwd`/jjove.exe
> C:/cygwin/home/hstreibel/private/src/jove/jove4.16.0.65/jjove.exe
> C:\cygwin\bin\cygncurses-8.dll
> C:\cygwin\
> > How can this link order be changed so that the cygwin dll
> > is linked in first?
>
> Well, for a start, you'd need to link against the cygwin dll directly,
> and it would need to be first on the linker command line.
How can I link to a dll directly? It is a dynamic library so
as far as I kno
On Jul 18 13:25, Dave Korn wrote:
> On 18 July 2007 13:16, Hans Streibel wrote:
>
> >>> $ cygcheck `pwd`/jjove.exe
> >>> C:/cygwin/home/hstreibel/private/src/jove/jove4.16.0.65/jjove.exe
> >>> C:\cygwin\bin\cygncurses-8.dll
> >>> C:\cygwin\bin\cygwin1.dll
> >>> C:\WINDOWS\system32\ADVA
On 18 July 2007 13:16, Hans Streibel wrote:
>>> $ cygcheck `pwd`/jjove.exe
>>> C:/cygwin/home/hstreibel/private/src/jove/jove4.16.0.65/jjove.exe
>>> C:\cygwin\bin\cygncurses-8.dll
>>> C:\cygwin\bin\cygwin1.dll
>>> C:\WINDOWS\system32\ADVAPI32.DLL
>>> C:\WINDOWS\system32\ntdll.d
> >> It may be missing a DLL it needs. Run "cygcheck
> "
> >> and see if the output lists anything missing.
> >
> > $ cygcheck `pwd`/jjove.exe
> > C:/cygwin/home/hstreibel/private/src/jove/jove4.16.0.65/jjove.exe
> > C:\cygwin\bin\cygncurses-8.dll
> > C:\cygwin\bin\cygwin1.dll
> > C:\
On 18 July 2007 11:53, Hans Streibel wrote:
>>> The package has an explanation on how to compile
>>> jove under cygwin. I followed that explanation and
>>> compiling, linking and installing went fine.
>>> However the resulting program immediately exits when
>>> I try to start it.
>>>
>>> I even i
> > The package has an explanation on how to compile
> > jove under cygwin. I followed that explanation and
> > compiling, linking and installing went fine.
> > However the resulting program immediately exits when
> > I try to start it.
> >
> > I even inserted a printf() statement at the very begi
On 18 July 2007 11:01, Hans Streibel wrote:
> The package has an explanation on how to compile
> jove under cygwin. I followed that explanation and
> compiling, linking and installing went fine.
> However the resulting program immediately exits when
> I try to start it.
>
> I even inserted a prin
17 matches
Mail list logo