gcc, dlltool, mex, matlab

2002-10-12 Thread Andre Hentz
Hi, I'm creating some dlls to be used within matlab (mex files). I got everything to compile but matlab crashes when I run my dlls. The problem happens even with a very basic mex file. Does anyone have a clue? (detailed info follows) Thanks for you help,

Re: Can Perl 5.8 build correctly on cygwin yet?

2002-10-12 Thread Gerrit P. Haase
Hallo Tommy, Am Freitag, 11. Oktober 2002 um 23:18 schriebst du: > Gerrit P. Haase wrote: >> There is also a source package of perl-5.8 at the mirrors >> which includes also some modules and my build scripts. > Thanks Gerrit. > I'd much prefer to build my own perl, but the AnyDBM standard mod

Re: running windows progs in cygwin/bash

2002-10-12 Thread Randall R Schulz
Carlos, If you want to take advantage of the underlying file suffix associations, look into the "cygstart" command. If you don't have that program on your Cygwin installation, install the package "cygutils." Otherwise, you can invoke Windows programs from a Cygwin shell. Just use the fully qu

HI all

2002-10-12 Thread Rajesh M
HI all, Can anyone send me java source code for developing snmp agent.I am developing a java based snmp agent. Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: HI all

2002-10-12 Thread Max Bowsher
Rajesh M wrote: > Can anyone send me java source code for developing snmp agent.I am > developing a java based snmp agent. And this has precisely how much relevance to Cygwin? Zero? Right. Go away and find yourself a group where this is at least slightly on-topic. Max. -- Unsubscribe info:

Re: Maintaining Non-Cygwin Packages???

2002-10-12 Thread Robert Collins
On Sat, 2002-10-12 at 12:31, David Ryan wrote: > > Hi, > > I have a number of packages I would like to create and provide to my > users that I don't feel would be that useful to the whole cygwin > community. The users of my web site however would find the convenience > of an installable pack

Re: Executing a script that needs DOS path

2002-10-12 Thread Gilgamesh Nootebos
Hi, Ivan Dobrianov wrote: > Sorry if this has been answered a hundred times, but could not find > anything the FAQ, doc, or archives. I don't remember if it's in the FAQ but I've seen this problem before on the list. To let your interpreter (cmd.exe in my example) swallow the first line I ha

running windows progs in cygwin/bash

2002-10-12 Thread Carlos
How do I get windows to use cygwin to run programs? For example, I might want to associate an action with .mak files that runs make on them. I would now execute the make command in dos through command.com, but how would I execute it in bash? Thanks. --- Outgoing mail is certified Virus Free. Che

RE: "Application failed to initialize (0xc0000022)"

2002-10-12 Thread Gerald S. Williams
Now I'm pretty convinced it's not a rebase thing but some time of security/access issue. I found a few references in MSDN referring to this error message. They seem to have to do with access rights and directories searched for a DLL (e.g., if you don't have rights to a network drive in your path)

RE: "Application failed to initialize (0xc0000022)"

2002-10-12 Thread Gerald S. Williams
Jason Tishler wrote: > > Is it possible that this is an aspect of the dreaded "rebase" issue? > > I don't think so. If it was, then you would have experienced fork() > failures with messages (not dialogs) like the following: That was my initial impression also. But what could cause that error?