Re: Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-05 Thread Gerrit P. Haase
Hallo Mikael, Am Dienstag, 5. November 2002 um 14:41 schriebst du: > I'm trying to port a framework of perl scripts to cygwin. I'm running > cygwin 1.3.14 on WinXP. The problem is that perl seems to assume binmode > whenever I read a file, but text mode when I write to one. > The sample code be

seek help for libungif

2002-11-05 Thread 黄松
Hello. Thank you for reading my letter. I'm a graduate student in the Institute of High Energy Physics of Chinese Academy of Sciences. I want to use libungif. But I can't gunzip it after I download it from the website http://metalab.unc.edu/pub/Linux/libs/graphics , and I can't find anything on

gcc error on cygwin

2002-11-05 Thread Ajitha
Hello, I installed cygwin with gcc. Some check files are compiling. But when I compile a file with open unitnumbers, the gcc is compiling andthe inspite of giving as gcc *.f it produces an a.exe file and on executing it, the error comes as $ ./a.exe open: illegal unit number apparent state:inte

Re: Question about Makefile, Rules.make?

2002-11-05 Thread Bjoern Kahl AG Resy
Hallo ! You hit wrong mailling-list. This list is about cygwin, a unix emulation layer on top of MS-Windows. It is not about Linux or any other Unix. On Wed, 6 Nov 2002, he hunter wrote: > . > wrapper.c:32:27:net/irda/irda.h:No such file or directory > wrapper.c:33:30:net/irda/wrapp

Re: CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Igor Pechtchanski
On Wed, 6 Nov 2002, Chris Walters wrote: > I have experienced many times situations which I would like to refer to > CYGWIN's root directory from a bat script. The most generic solution > would be to utilise an environment variable such as CYGROOT or (as in > startxwin.bat) CYGWIN_ROOT to refer to

/etc/passwd "unused_by_nt/2000/xp" field breaks non-interactive rsh

2002-11-05 Thread Reddie, Steven
I've setup the latest Cygwin on a new machine and can do interactive rsh but not non-interactive. I found that I can get non-interactive rsh to work if I remove the "unused_by_nt/2000/xp" string from /etc/passwd for the user that I wish to rsh in as. I'm sure that the problem must be elsewhere, b

Question about Makefile, Rules.make?

2002-11-05 Thread he hunter
Hi, I met the similar problem with the part of message after MAKE operation which is about Rules.make. (1)As I use the original makefile: ... Makefile:43: /Rules.make: No such file or directory make[1]: *** No rule to make target `/Rules.make'. Stop. .. (2)As I set Configure... wi

CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Chris Walters
I have experienced many times situations which I would like to refer to CYGWIN's root directory from a bat script. The most generic solution would be to utilise an environment variable such as CYGROOT or (as in startxwin.bat) CYGWIN_ROOT to refer to the absolute windows pathname (e.g. D:\cygwin

DJGPP vs Cygwin

2002-11-05 Thread CBFalconer
I have been using Cygwin to check portability, and recently tried an experiment. I compiled and run the same, largely compute bound, program on both systems and timed their execution. Both were compiled with "gcc -W -Wall -O2 -ansi -pedantic -gstabs+", using gcc 3.1 on DJGPP, and gcc 3.2 on Cygwi

Re: Backwards typeahead

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 08:10:21PM -0500, Steve Chapel wrote: >[EMAIL PROTECTED] wrote: >>On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: >>>Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: >So again I ask for information on how this cygw

Trouble with international chars in bash (yes I set up .inputrc)

2002-11-05 Thread João Martins
Hi. I'm having trouble displaying international charecters in bash. I'm using the latest cygwin (1.3.14-1), on Windows XP Pro, with latest MS updates applied. I've setup my .inputrc as the faq said: set meta-flag on set convert-meta off set output-meta on But bash still doesn't display interna

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
[EMAIL PROTECTED] wrote: On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for

RE: Is RSA authentication on SSH still broken?

2002-11-05 Thread Harig, Mark A.
Also, if checking your file/directory permissions does not solve your problem, then please consider the bug-reporting guidelines for Cygwin - As requested at http://cygwin.com/bugs.html: o Please describe how to reproduce the problem, including a test case, if possible. o Please include at lea

RE: Is RSA authentication on SSH still broken?

2002-11-05 Thread Harig, Mark A.
I am able to use SSH with public/private-key files. ssh is working on Cygwin, both as a client and as a server, at least on Win2K. # Cygwin version: $ uname -r 1.3.14(0.62/3/2) # Windows version: $ uname -s CYGWIN_NT-5.0 # ssh version $ ssh -V OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090

Re: Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Norman Vine
Claudius Schnörr writes: > > Unfortunately, it is a C++-based module, because I try to bind a > C++-library, which can no longer be compiled by gcc-2.95, to python by > swig-1.16. FYI I use C++3.2 modules created by swig 1.16 with a 2.95 compiled python You do have to make the module as a DLL tho

Re: How to schedule scripts

2002-11-05 Thread Max Bowsher
Stan Horwitz <[EMAIL PROTECTED]> wrote: > Now, I want to schedule this [perl] script to run once a day as > Administrator. With that in mind, I created a request under Windows' > Task scheduler, but when the scheduled time occurred, a Cygwin shell > window opened up, but nothing else happens. The

Is RSA authentication on SSH still broken?

2002-11-05 Thread Antonio Bemfica
Hello Could someone clarify whether RSA authentication is still not possible when running SSH as the SYSTEM user? I have Cygwin 1.3.14-1 and OpenSSH 3.4p1-5 and can only login via password authentication (I am familiar with the process to effect RSA authentication under Unix). I have also tightene

Re: Is there a tool to use .dsp files for make?

2002-11-05 Thread Max Bowsher
J. Scott Edwards <[EMAIL PROTECTED]> wrote: > Hello, > > I appologize for the somewhat off topic post. I have been using > Cygwin for my development on projects in the past. On the projects > in the past we have had both .dsp files for programmers who use > Visual Studio and Makefiles for progr

Is there a tool to use .dsp files for make?

2002-11-05 Thread J. Scott Edwards
Hello, I appologize for the somewhat off topic post. I have been using Cygwin for my development on projects in the past. On the projects in the past we have had both .dsp files for programmers who use Visual Studio and Makefiles for programmers who didn't. Of course there was some occasional

How to schedule scripts

2002-11-05 Thread Stan Horwitz
Hello all; I am new to Cygwin and I searched through the www.cygwin.com web site, but I found nothing that explains how to schedule scripts written under Perl in the Cygwin environment on a Windows 2000 Advanced Server system. In my effort to migrate some Perl scripts from a Unix system to this p

Re: Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Claudius Schnörr
Thank you for your replies, Jason and Shankar. Unfortunately, it is a C++-based module, because I try to bind a C++-library, which can no longer be compiled by gcc-2.95, to python by swig-1.16. I already tried to build an new python myself, but it failed just at the beginning of make. Why this is

Re: /etc/group not being read

2002-11-05 Thread Pierre A. Humblet
On Tue, Nov 05, 2002 at 04:30:17PM -0500, James D Below wrote: > After seeing permissions and ownerships not updating properly. I stopped > the sshd service and started it back up. > > After that, the group permissions were correctly being assigned. Great. > Should I have had to restart the ssh

Backwards typeahead

2002-11-05 Thread Fred_Smith
>On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: >>Christopher Faylor wrote: >>>On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: >>> So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. >>> >>>What

Re: /etc/group not being read

2002-11-05 Thread James D Below
After seeing permissions and ownerships not updating properly. I stopped the sshd service and started it back up. After that, the group permissions were correctly being assigned. Should I have had to restart the ssh service? When does cywin read /etc/group and /etc/passwd. I was imagining it to

Re: cygwin - novell interaction

2002-11-05 Thread Peter A. Castro
On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: > Hi, > > I can not reproduce the problem using the DOS batch script. Does this only happen with Novell mounted shares, or with other network mounts? As an experiment, have another Windows machine share some directory (with some file in it), mount it

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
Of course, a simpler alternative to setting up 'ssmtp' with cron would be to write your cron job to redirect the output of 'ssh -v ...' to a file. > -Original Message- > From: Harig, Mark A. > Sent: Tuesday, November 05, 2002 3:40 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: R

RE: Can cron run ssh commands?

2002-11-05 Thread Harig, Mark A.
Try adding '-v' to your ssh command in your cron job. This assumes that you have cron's integration with email working. If you don't have the 'ssmtp' package installed (via setup.exe), then you'll want to do that so that any output is emailed to you. See: /usr/doc/Cygwin/ cr

Can cron run ssh commands?

2002-11-05 Thread Nathan Barham
Hello all, I'm trying to use Cygwin to rsync between an NT 4 server and a Win2K server, using the "-e ssh" option to rsync. It works beautifully at the command line like this: rsync -e ssh -trzv --delete /d/winapps/ Administrator@baby:/c/winapps My problem is that this won't work from cron, n

Re: /etc/group not being read

2002-11-05 Thread Pierre A. Humblet
On Tue, Nov 05, 2002 at 01:59:12PM -0500, James D Below wrote: > here are the exact command/files: > > $ id > uid=1084(xxjames) gid=512(Domain Admins) groups=1078(clearcase),512(Domain > Admins),513(Domain Users),1077(ncp),1023(ncppc),1005(NCPSERVE),1006(nice) Was that after or before login into

RE: Antwort: RE: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Harig, Mark A.
>From your attached 'cygcheck' output, you appear to be running Cygwin 1.3.14 on Win2K, on a drive (C:) that is using the NTFS filesystem. Because 1.3.14 turns on 'ntsec' by default, you should be able to manipulate the UNIX-like file permissions. try: $ ls -ld $HOME $HOME should have its pe

Re: cygwin - novell interaction

2002-11-05 Thread ljubomir . milanovic
Hi, I can not reproduce the problem using the DOS batch script. For the batch script: --- Rem run forever :lab1 find "someString" n:\path\to\file goto lab1 --- everything is fine (of course, maybe is M$ just too slow to reproduce the problem ;) Whe

Re: /etc/group not being read

2002-11-05 Thread James D Below
here are the exact command/files: $ id uid=1084(xxjames) gid=512(Domain Admins) groups=1078(clearcase),512(Domain Admins),513(Domain Users),1077(ncp),1023(ncppc),1005(NCPSERVE),1006(nice) $ cat /etc/group SYSTEM:S-1-5-18:18: clearcase:S-1-5-21-24129212-729888505-1120166462-1078:1078: Domain Adm

Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Jason Tishler
--l76fUT7nc3MelDdI Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Claudius, On Tue, Nov 05, 2002 at 05:01:23PM +0100, "Schn=F6rr, Claudius Dr." wrote: > I would like to know whether a python-build for gcc-3.2 is available Curr

Re: cygwin - novell interaction

2002-11-05 Thread Peter A. Castro
On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: > Hi, > > I'm using cygwin 1.3.12-2 on a Win2000 connected to a Novell > network. > > My problem is that if I access a network files rapidly the network > connection breaks down after few seconds (10-20) and remote > server is not accessible (also not

cygwin - novell interaction

2002-11-05 Thread ljubomir . milanovic
Hi, I'm using cygwin 1.3.12-2 on a Win2000 connected to a Novell network. My problem is that if I access a network files rapidly the network connection breaks down after few seconds (10-20) and remote server is not accessible (also not for windows tools). The problem is hard to reproduce (often i

Re: Q: python compiled with gcc-3.2?

2002-11-05 Thread Shankar Unni
On 11/5/2002 8:01 AM, Schnörr, Claudius Dr. wrote: Now I wish to build a dynamic module for python in cygwin, which is compiled with gcc-2.95. Is the python module API a C++ API (i.e. does it use C++ classes to communicate with modules)? Or a plain C API? C should be binary compatible - try i

Re: Problems with gcc 3.2.

2002-11-05 Thread Matt Armstrong
Christopher Faylor <[EMAIL PROTECTED]> writes: > On Tue, Nov 05, 2002 at 10:11:18AM -0700, Matt Armstrong wrote: >>Christopher Faylor <[EMAIL PROTECTED]> writes: >> You can't send mail with attachments to this list, since some filter strips them all. >>> >>> Not true. For instance, see: >

Re: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Shankar Unni
On 11/5/2002 4:47 PM, Alfred Lam wrote: > I need the equivalent .so for linux, which I have obtained in > cygwin with: g++ *.o scard.lib -o libscard.so. Now I'm trying to use it in Red Hat Linux, [Boggle!] You can't do that. Cygwin is not binary compatible with Linux - it's binary compatible w

Re: Problems with gcc 3.2.

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 10:11:18AM -0700, Matt Armstrong wrote: >Christopher Faylor <[EMAIL PROTECTED]> writes: > >>>You can't send mail with attachments to this list, since some filter >>>strips them all. >> >> Not true. For instance, see: >> >> http://cygwin.com/ml/cygwin/2002-11/msg00100.html >

Re: Setup starting not from zero

2002-11-05 Thread Max Bowsher
Robert J. Cristel <[EMAIL PROTECTED]> wrote: > I read your 17 Oct "Setup and recovering from > mistakes" with interest. > > Ok, pretend that I'm a three-year-old. Here's my > directories with subdirs shown with tabs. ... Well, your directory layout seemed mangled in parts. I assume your mailer

Re: Backwards typeahead

2002-11-05 Thread cygwin
On Tue, Nov 05, 2002 at 11:55:52AM -0500, Steve Chapel wrote: >Christopher Faylor wrote: >>On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: >> >>>So again I ask for information on how this cygwin problem can be solved. >>>It makes typeahead completely useless for me. >> >>What kind of

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
Christopher Faylor wrote: On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: So again I ask for information on how this cygwin problem can be solved. It makes typeahead completely useless for me. What kind of information are you hoping for? If we knew how to solve the problem it wo

Re: use of DLL without Cygwin/shell environment

2002-11-05 Thread Earnie Boyd
Wrong list, redirected. Please remove [EMAIL PROTECTED] from the distribution when responding. gilles BOURGEOIS wrote: hello, from france, (newbie using cygwin), i am wondering about how I could use the DLL API *directly* without prompting with the starting x terminal (bash commands) The fact i

Re: Backwards typeahead

2002-11-05 Thread Christopher Faylor
On Tue, Nov 05, 2002 at 10:25:58AM -0500, Steve Chapel wrote: >So again I ask for information on how this cygwin problem can be solved. >It makes typeahead completely useless for me. What kind of information are you hoping for? If we knew how to solve the problem it would be solved. cgf -- Uns

Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, At 08:17 2002-11-05, Benjamin K. wrote: Have you consulted the GCC book? What is the GCC Book? Do you mean GCC documentation. If yes, let me say I read everything from top to down. No. I mean the book whose title I mentioned in my first reply to your original query: "Using and Por

RE: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Harig, Mark A.
As requested at http://cygwin.com/bugs.html: o Please describe how to reproduce the problem, including a test case, if possible. (For example, you could run 'ssh -v ip_address' and include the output.) o Please include at least the version number of the Cygwin release you are using along wi

/etc/group not being read

2002-11-05 Thread James D Below
Hi All, I am having a problem with my /etc/group file not being read when logging in with ssh. I am running w2k sp3, using ntsec. I ran mkgroup -d -o 0 -u > /etc/group to create the group file and mkpasswd -d -o 0 > /etc/passwd I am trying to use a global group "ncp" as my primary group, but th

Re: bash and the delete key

2002-11-05 Thread Steve Chapel
Sylvain Petreolle wrote: >So why don't we provide a default .inputrc with at least this option >enabled ? > > --- Randall R Schulz <[EMAIL PROTECTED]> a écrit : > Paul, >> >> [To get the delete key to work on the console,] >> Add this line to your "$HOME/.inputrc" file: >> >>"\M-[3~": delete

Re: don't want leading underscore

2002-11-05 Thread Randall R Schulz
Benjamin, Where else have you sought solutions to your problems? Have you consulted the GCC book? Have you asked your questions in one of the GCC-specific forums? If not, look here: . Randall Schulz Mountain View, CA USA At 08:01 2002-11-05, Benjamin K. wrote: >

Q: python compiled with gcc-3.2?

2002-11-05 Thread "Schnörr, Claudius Dr."
Hello, I migrated my software to gcc-3.2.1. Now I wish to build a dynamic module for python in cygwin, which is compiled with gcc-2.95. Since object code is not compatible between the two gcc-versions, I would like to know whether a python-build for gcc-3.2 is available or when it is supposed to

Re: don't want leading underscore

2002-11-05 Thread Benjamin K.
> >I want to be binary compatible with linux and other operating systems. > > Binary compatible? That really has little meaning since there's far more to > binary compatibility than how symbols from the program source code are or > are not adorned when emitted into the object code files. Of cou

RFD: cygipc ENOSYS patch

2002-11-05 Thread Jason Tishler
--eHhjakXzOLJAF9wJ Content-Type: multipart/mixed; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 30, 2002 at 08:35:41PM +0100, Peter Eisentra

Re: Backwards typeahead

2002-11-05 Thread Steve Chapel
Steve Chapel wrote: With the cygwin 1.3.13 bash shell running in a Windows 98 SE DOS window, I've experienced that characters I've typed in while a command is running appear reversed when the command prompt appears again. I found this thread

Re: Package Management, app and util distributions, etc.

2002-11-05 Thread Randall R Schulz
Christopher, [ There's really no need to cross-post this. Even though you mention looking for XFree86/Cygwin, the questions are all about how Cygwin is packaged and made available. ] At 03:56 2002-11-05, you wrote: I've been looking for application and utility disttributions for Cygwin, as wel

Re: how to get openssh-3.4 working on w2k?

2002-11-05 Thread Jason Dufair
The first thing to check is whether you can ssh to yourself on the same box. Did you use mkpasswd and mkgroup to add your local (or domain) account and group to /etc/passwd and /etc/group? What if you copy public keys? Can you ssh then? [EMAIL PROTECTED] wrote: Hello, I'm a cygwin beginner ;-

RE: Q. on creating DLL's for use w/ excel (export names without @0, @ 4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread Willis, Matthew
Thanks, I have everything working now, and have made loads of notes. I had to do everything with -mno-cygwin and this made linking against c++ libs a bit tricky (Solution: google for mingw-extras and install them). The reason I used -mno-cygwin is that I found excel was core dumping when I linked

how to get openssh-3.4 working on w2k?

2002-11-05 Thread Ralf . Weber
Hello, I'm a cygwin beginner ;-) I've installed openssh-3.5p1-5 on my w2k system but I can't establish a connection from another host (sshd is running). When I enter the password I get the following error messages for two times 'Permission denied, please try again.' and finally 'Permission den

Perl 5.6.1: Problem with CRLF/LF conversions

2002-11-05 Thread Mikael Hubsch
I'm trying to port a framework of perl scripts to cygwin. I'm running cygwin 1.3.14 on WinXP. The problem is that perl seems to assume binmode whenever I read a file, but text mode when I write to one. The sample code below shows the problem. If I write a line to a file with a LF-only ending, per

anal...izzami

2002-11-05 Thread GIADA
http://amatorialexxx.tux.nu filmati, analità, amatori e molto altro vieni ad anal..izzarmi non ti pentirai ma spero mi farai pentire.. http://amatorialexxx.tux.nu MATERIALE PER ADULTI VIETATO AI MINORI 18 ANNI per non ricevere mail: [EMAIL PROTECTED] -- Unsubs

Package Management, app and util distributions, etc.

2002-11-05 Thread Christopher M. Lyons
I've been looking for application and utility disttributions for Cygwin, as well as for XFree under Cygwin. It seems as though there's not a good way to find packages (or catagories of packages) for Cygwin unless you already know the name of a package you want. Sometimes, even that's spotty. I w

RE: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Ralf Habacker
> > > A first step in this direction is the list option -l which I have > added to the > > kde-cygwin's rebase, which is a fork of jason's one. > > any URL pointers? I'd like to check that in a free nano-second I get > in the upcoming infinity :)) > the recent version is bundled with the kdelibs pa

Re: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Stipe Tolj
Ralf Habacker wrote: > > A first step in this direction is the list option -l which I have added to the > kde-cygwin's rebase, which is a fork of jason's one. any URL pointers? I'd like to check that in a free nano-second I get in the upcoming infinity :)) Stipe [EMAIL PROTECTED] --

1.3.14-1: poll and accept bug/incorrect behavior

2002-11-05 Thread Tigran Mkrtchyan
Hi All, I am porting application from Unix to Cygwin. The application works fine on SunOS, IRIX, Linux and native win32. But it's failed to work under cygwin. The problem is poll implementation. In our the code we have a part, which calling the poll before accept as it have to check for several

RE: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread "Schaible, Jörg"
Hello Alfred, sorry, I just *know* it, but I do not know how to do it. But I am quite sure, that someone at the list will help. You might find additionally a lot of examples looking into the archives (or try google at site:cygwin.com). Regards, Jörg -Original Message- From: Alfred Lam

RE: Q. on creating DLL's for use w/ excel (export names without @0, @4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread "Schaible, Jörg"
Hi Matthiew, > int WINAPI foobar() { return 1234; } ^^ This is the problem. By default WINAPI defines something like __stdcall that causes this! Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docu

FW: undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread "Schaible, Jörg"
Oringinal unfortunatelly sent private ... :( -Original Message- From: Schaible, Jörg Sent: Tuesday, November 05, 2002 9:56 AM To: 'Alfred Lam' Subject: RE: undefined ELF header when porting .so file from cygwin to linux Hi Alfred, > which I have obtained in cygwin with: > g++ *.o scar

undefined ELF header when porting .so file from cygwin to linux

2002-11-05 Thread Alfred Lam
Hi all, I'm facing a problem for which there were not much help. I have created a .so file in cygwin since the programs used windows.h and a .lib file. After having created this .so file, I used it in a jni link. Previously, a .dll was created which was used in a jni link, but now I need the equiv

Re: Q. on creating DLL's for use w/ excel (export names without @0,@ 4 etc?) (cygwin 1.3.13-2)

2002-11-05 Thread Pavel Holejsovsky
Matthew, 1. you can try ld's option --kill-at. The link cmdline would look like this: gcc -Wl,--kill-at -Wl,--out-implib,libfoo.import.a -mno-cygwin -shared -o foo.dll foo.o 2. you can create .def file foo.def containing list of exported symbols without @NN suffix (one symbol per line). Then a

RE: Apache doesn't run anymore with 1.3.14

2002-11-05 Thread Ralf Habacker
> > The absolute base address isn't the most important thing, the only > thing which > > is important to find a base address which isn't used by one of the > applications > > loaded dll's. > > yep, shouldn't we enforce some bash script that can detect such a > "free" base address or modify Jason's