try; http://mingw-w64.org/ instead else see Sourceforge...
On Sun, Mar 7, 2021 at 8:42 AM Mike Gran via Cygwin
wrote:
> Hello Cygwin-
> I was reading the webpage "Building and Using DLLs".
> That page suggests looking at mingw.org for more information.
> mingw.org is no more. I don't know when o
I'd like to add ^A^C ability to the various screens, in particular the
package selection screen. It would be nice to be able to create a list
of what I'm about to do to myself when I hit 'next' (using pending).
I'd certainly settle for a text file with this info (does one exist
after a run?) I beli
ve an
English version for most of its projects--- perhaps you could link to
both?
--hsm
On Sun, Apr 10, 2011 at 5:28 AM, Sisyphus wrote:
>
> - Original Message ----- From: "Hugh Myers"
>
>> The OP is trying to build Perl itself, not use it; hence the need for
>> long
The OP is trying to build Perl itself, not use it; hence the need for
long double support functions...
--hsm
On Sun, Apr 10, 2011 at 4:25 AM, Sisyphus wrote:
>
> - Original Message - From: "marco atzeri"
>
>>> On a Linux system that I have access to, I see that those functions
>>> are in
Csaba is quite correct. That said the thing to remember is the
examples of either approach are far more likely to be written in
either 'C' or 'C++' so your ability to translate from one or the other
to Ada will be the key to your success. I myself would use the
opendir/readdir combination simply be
Cool--- missed that one. Thanks!
--hsm
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Do you mean wade through all of the pull downs and click accordingly
or is there some more convenient way of selecting all? (not talking
about xpdf here, talking about a 'complete' Cygwin install)
--hsm
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin
What "install everything" installation of Cygwin?
--hsm
On Fri, Feb 25, 2011 at 3:10 PM, Weiqi Gao wrote:
> On Fri, Feb 25, 2011 at 4:02 PM, gviewer wrote:
>>
>> Thanks for letting me know you know of.
>
> I can view PDF files with xpdf (which is part of the "install
> everything" installation
If after making numerous choices on a fresh setup, the program
(setup.exe) determines that the DL site selected is deficient in some
way and kicks you back to the list of providers, and you then select
another, the next screen you see is the initial selection screen. It
seems to me that there are t
Yup--- useless cruft, but it arrives very quickly! :)
--hsm
On Fri, Dec 10, 2010 at 4:13 PM, Jeremy Bopp wrote:
> When sending replies to this list, I'm getting bounce messages for a
> single email address that is apparently subscribed to the list but no
> longer valid:
>
> The original message
e previous failed attempts left behind enough cruft
to block the usual methodology. Happy with the results, client is
happy as well and the damn machine is updated despite a prevailing
attitude of 'if it is not broken, don't fix it...'
--hsm
On Thu, Dec 9, 2010 at 7:40 AM, Reini Urban
I've researched this and found some threads, but no answers. In a nut
shell, I get the following:
gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing
-pipe -I/usr/local/include
-DUSEIMPORTLIB -O3 -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\"
"-I/usr/lib/perl5/5.10/i686-cygwin/CORE"
out this little speed bump. Thanks again!
--hsm
On Fri, Oct 22, 2010 at 5:01 AM, Andy Koppe wrote:
> On 21 October 2010 21:56, Hugh Myers wrote:
>> In a recent comedy of errors, I moved an executable from one machine
>> to another. I was at least bright enough to move its associat
In a recent comedy of errors, I moved an executable from one machine
to another. I was at least bright enough to move its associated .dll
and even the .a for good measure. Not to surprisingly this did not
result in a working program. After some thought I determined that the
difference from one cygw
Jason
>I would like to release an experimental Cygwin Python 2.6 and then
>resolve the above (IMO) minor issues in a follow-up release. Any
>objections?
That sounds great to me.
Thanks
Hugh
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwi
The last postings regarding Python 2.6 mentioned needing a coordinated
effort with all the packages that have dependencies on python. Is there a
status on how this effort is coming? Any estimate on when an experimental or
final package might be available?
Thanks
Hugh
--
Problem reports
Points to you then--- part of my confusion came from thinking of you
as no more foreign than say California ;-)
--hsm
On Fri, Dec 4, 2009 at 10:51 AM, Corinna Vinschen
wrote:
> On Dec 4 10:42, Hugh Myers wrote:
>> Shouldn't have quibbled in the first place, just got hung up on
Shouldn't have quibbled in the first place, just got hung up on what
seemed foreign phrasing for English...
--hsm
On Fri, Dec 4, 2009 at 10:38 AM, Corinna Vinschen
wrote:
> On Dec 4 10:34, Hugh Myers wrote:
>> Then I don't understand what "disallowed to" means.
>
Then I don't understand what "disallowed to" means.
--hsm
On Fri, Dec 4, 2009 at 10:27 AM, Corinna Vinschen
wrote:
> On Dec 4 10:22, Hugh Myers wrote:
>> Did you mean "disallowed two duplicate file descriptors"? If not what
>> did you mean?
>
&g
Did you mean "disallowed two duplicate file descriptors"? If not what
did you mean?
--hsm
On Fri, Dec 4, 2009 at 10:01 AM, Corinna Vinschen
wrote:
> Hi folks,
>
>
> I just uploaded a new Cygwin 1.7 test release, 1.7.0-68.
>
> This is supposed to be the last beta release. We're planning to relea
This might come across as slightly smart-assed, but if you wrote your
script in Perl, you wouldn't have the platform problem, nor the
word-boundary problem. True you would have a Perl problem, but that
would still be several orders of magnitude easier than trying to have
Linux, Cygwin and Posix com
After getting both gs and gv to find and use the .PFB fonts on my
system I am now stumped by lpr. I had thought that lpr would use
ghostscripts font mechanism to resolve font references in a postscript
file, but apparently not. While both of the other utilities correctly
find and display the desire
indows/fonts/*.PFB | cat >>
/usr/share/ghostscript/8.63/lib/Fontmap.GS
Next I created the symlinks in /usr/share/ghostscript/fonts with the following:
$ ln /cygdrive/c/windows/fonts/*.PFB .
At this point I have a working gs and gv. This makes writing raw
postscript about as easy as it is
uot;)\t;\n";
}
Given the above, the following command gratifies greatly!
perl ./fonts.pl /cygdrive/c/windows/fonts/*.PFB | cat >>
/usr/share/ghostscript/8.63/lib/Fontmap.GS
Problem solved, back to work;)
On Fri, May 8, 2009 at 3:37 AM, Hugh Myers wrote:
> I've a great many po
I've a great many postscript fonts installed under Windows XP--- is
there a way to acquaint cygwin of these?
How are font names resolved for lpr? For instance in a non cygwin
situation, I might have a line in a postscript file such as:
/BriemMono findfont 8 scalefont setfont (typeset these words)
on explains why,
as well as how to "work around" this not being how you expect (i.e,
ways to find the packages you thought were installed "out of the box").
HTH
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
installed or not that way.
Thanks,
John
HTH
Hugh
--
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/
in there. Check the spec
for your version of Exim.
but nothing change )
HTH
Hugh
--
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/
which therefore points to sourceforge. The problem, from the
information you have given as I see it, is that your Makefile is
looking for lex, when it should be looking for flex. You'll need to
see how it is used in the Makefile.
Thanks for your help!
Regards,
KL
Hugh
--
Unsubs
mission denied
When I had that on Vista, I found running the Cygwin window as
administrator allowed me to chmod stuff. I had to chmod the whole
of /usr to something more useful. [Just in case you need it: right
click the icon, then "run as administrator" is near the top of the
menu. BY
what "intr" is. Or, in other words, you may have
to hit something other than to kill things, unless you
reset it with stty.
HTH
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
nough for now.
The other thing that may help with this kind of frustration is using
gvim instead of vim. But if you prefer emacs, then that's OK, too.
There are enough weird terminals to make ed still useful!
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-s
orget now) so I threw in
flex, bison, and a few other dev tools for good measure. You may not
be in that position.
In the hope that this helps you,
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentatio
On Tue, 24 Jun 2008, Christopher Faylor wrote:
> On Tue, Jun 24, 2008 at 12:16:06PM +0100, Hugh Sasse wrote:
> >So would you prefer that I NOT suggest a patch to
> ><http://cygwin.com/contrib.html>.
> >to draw people's attention to the existing Bugzilla
On Tue, 24 Jun 2008, Reini Urban wrote:
> Hugh Sasse schrieb:
> > On Fri, 20 Jun 2008, Christopher Faylor wrote:
[...]
> > set? Were I in this position, I'd rather not have to trawl the mail
> > archives. That's the only mechanism suggested at
>
at suggested the use
of the existing bugzilla as a resource? If so, then I'd like to
add a table of contents and re-order things a bit as well.
> is going to change that or convince a small team of busy developers to
> do your bidding.
>
> cgf
Hugh
--
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/
ut as this is a cultural problem,
and there is no immediately obvious technical solution, I'm unsure
how one might practically improve the situation. I do think more
thought should be given to it, though.
>
> cheers,
> DaveK
Hugh
--
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/
On Wed, 21 May 2008, Relson, David wrote:
> Hi Hugh,
>
> I'm not an expert (else I'd solve this myself), but it seems not to be a
when it comes to windows, neither am I, but since nobody else is coming
in on this thread I'll see if I can get you any further forward.
&g
.
Meanwhile, I'll shut up and hope that someone more familiar with your
case can help.
Hugh
--
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/
On Tue, 20 May 2008, Ronald Fischer wrote:
> I can't fetch anything from the web using wget (Connection timed out).
> My guess is that it has to do with the proxy settings, but:
Running it with -d should encourage it to be more verbose about where it
fails.
Hugh
--
Unsub
On Fri, 9 May 2008, Jaspreet Singh wrote:
> ok Hugh Sasse
>
> as you have saw what i have done. i understand everything you
> wrote as i am a programer like about using functions and grep.
> But, the problem is that i am a windows programer and do
> programing in Visual Bas
On Wed, 16 Apr 2008, Sylvain RICHARD wrote:
> Hugh Sasse wrote
> >
> > Can it extract individual files from the backup? I don't want to copy
> > old Windows System files on to the new machine when it appears.
> >
> Ahah!
>
> Finally, you tell us a
On Wed, 16 Apr 2008, Brian Dessent wrote:
> Hugh Sasse wrote:
>
> > Because it won't access things either? I can live without ntuser.dat
> > but its knowing what the others are and why they fail that is part of
> > the problem.
>
> It will be of no use becau
On Tue, 15 Apr 2008, Brian Dessent wrote:
> Hugh Sasse wrote:
>
> > Trying to copy a windows XP NTFS drive to a big disk using cygwin tools
> > I encounter inaccessible files such as ntusers.dat. tar is not
>
> ntuser.dat is the filename of the per-user registry hive
&g
On Tue, 15 Apr 2008, Sylvain RICHARD wrote:
> Hugh Sasse wrote:
> > Trying to copy a windows XP NTFS drive to a big disk using cygwin tools
> > I encounter inaccessible files such as ntusers.dat. tar is not
> > particularly verbose about why things fail so I wrote somethi
or suggest anything?
If you mail me off list then, if there is interest I will summarize
to the list. Thank you.
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/doc
On Wed, 26 Mar 2008, Eric Blake wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Hugh Sasse on 3/26/2008 6:47 AM:
> |> This is getting tiring. PLEASE follow directions. I had to once again
> |> reformat and remunge your message.
> |
6IHV1ZW5jb2RlIFtJTkZJTEVdIFJFTU9URUZJTEUKCiAgLW0sIC0t
YmFzZTY0ICAgIHVzZSBiYXNlNjQgZW5jb2RpbmcgYXMgb2YgUkZDMTUyMQog
ICAgICAtLWhlbHAgICAgICBkaXNwbGF5IHRoaXMgaGVscCBhbmQgZXhpdAog
ICAgICAtLXZlcnNpb24gICBvdXRwdXQgdmVyc2lvbiBpbmZvcm1hdGlvbiBh
bmQgZXhpdApSZXBvcnQgYnVncyB0byA8YnVnLWdudS11dGlsc0BnbnUub3Jn
Pi4K
Attempt automatic logon. Same as -l option except uses
the currently logged on user's name.
-e Escape character to enter telnet client prompt.
-f File name for client side logging
[...]
>
> WFM, YMMV.
>
> cheers,
> DaveK
>
On Tue, 26 Feb 2008, Brian Dessent wrote:
> Hugh Sasse wrote:
>
> > OK, it works for a hello world, it says the symbols are loaded.
> > Therefore, as was most likely, I've munged something. How do I
> > interrogate object files to see which is/are missing the sy
On Tue, 26 Feb 2008, Brian Dessent wrote:
> Hugh Sasse wrote:
>
> > Is there anything else I need to do in order to get line numbers
> > reported correctly? What other information would be good to provide?
>
> -g should work fine. Try compiling and debugging a simple t
PURPOSE.
Is there anything else I need to do in order to get line numbers
reported correctly? What other information would be good to provide?
Thank you,
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/proble
No problem. The responsiveness of the Cygwin maintainers is
phenomenal. Keep up the good work.
-Hugh
Christopher Faylor wrote:
> >So AFAICT that particular issue was quietly fixed.
>
> No, actually, it was a typo in the announcement. Somehow I managed to
> keep a URL f
l in the form of a proliferation of [io]flag= options,
but there would very likely be less consistency. A benefit might be
that CYGWIN=binmode goes away as having any meaning, and only
CYGWIN=nobinmode matters.
In either case, the documentation should be reworded, and that is
something that I
007-04/msg00041.html
mentions a fix for text/binary mode of files. So AFAICT that
particular issue was quietly fixed.
-Hugh
--
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/
ssed data--length error
$
Notice that dd processes the same number of bytes in both cases, so
the problem is somewhere in the stdout handling when the oflag=binary
argument isn't provided
Regards,
-Hugh
--
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/
Eric Blake byu.net> writes:
> Hugh Secker-Walker merl.com> writes:
>
> > I'm having trouble getting correct behavior on a third-party OpenSource
> > project that I'm building using Cygwin. The problem involves the
> > writing of corrupt data to
ffect on the problem. And the
setting or not of CYGWIN=binmode in the XP environment has no visible
effect.
So far I have no workaround to the problem. I cannot require users to
switch their filesystem mounts to binary.
Any insight or workarounds would be appreciate.
Thanks,
-Hugh
# 1
ygwin\usr\X11R6\bin (if you use
X-windows based systems) to your system PATH, so that all applications
can find the appropriate binaries, libraries, and the like. The only
problem with this method, is that you need to keep up with the files
that newly installed or updated programmes are using.
Hi Eric, 你好罗斌 (Luó Bīn),
Yes, it would seem that Cygwin does not fully support the use of
international character sets, Chinese, or otherwise. I have tried
Chinese, and German (both of which I can speak some of), and neither
character sets appear.
Hugh
Eric Blake wrote:
> I'm remo
looked in
C:\Windows\System32 for the dynamic library link file itself?
Hugh
--
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/
<< "Test!\n"; with std::cout << "Test!" <<
std::endl; so he's sure the output buffer is flushed.
Good advice. There may be a package missing.
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.co
Hi Darrell,
On 02/05/07, Darrell Blake wrote:
I try and compile it via "g++ test.cpp -o test" but the file test.exe
doesn't get created and the compiler doesn't output any messages.
You have the command syntax around the wrong way.
It should be: g++ -o test.exe test.cpp
nd you won't be able to get as good advice here as you would
there.
What was the final decision over the use of -mno-cygwin flags? I
thought it was being removed, but couldn't find a message stating
that.
Thankyou,
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscri
You could try compiling Octave Forge from sources inside Cygwin.
Hugh
--
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/
helps.
Hugh
--
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/
Hi all,
I know some weeks back now, that there was a lot of discussion over
the possible removal of the -mno-cygwin flag. Could someone please
inform me as to whether the removal of this flag will be taking place
(or has)?
Thankyou.
Hugh
--
Unsubscribe info: http://cygwin.com/ml
Hi Corinna,
On 01/03/07, Corinna Vinschen wrote:
On Mar 1 19:58, Hugh McMaster wrote:
> Hi Corinna,
>
> On 28/02/07, Corinna Vinschen wrote:
> >I think it's time to remove the CYGWIN=ntea setting from Cygwin.
> >(see http://cygwin.com/cygwin-ug-net/using-cygwine
se explain in a bit more detail.
Thankyou,
Hugh
--
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/
obtain a more recent
version of GCC/GCC-G++?
Thankyou,
Hugh
--
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/
Hi Dave,
True - we don't. I'm not that Agnitum has released another version
though. I may check that.
Hugh
On 20/12/06, Dave Korn wrote:
I just mentioned it because we don't know if OP's version is the latest
up-to-datest.
--
Unsubscribe info: http://cygwin
Hi Dave,
If this issue is that stack error, it has been resolved by Agnitum.
Well, the solution was provided to me, anyway. I am not sure if this
is the same issue, because the problem has not been copied to this
thread.
Hugh
On 19/12/06, Dave Korn wrote:
In fact, it is /known/ not to help
Hi Paul,
Are you getting an error message that says something about a 'stack error'?
Hugh
On 19/12/06, Paul Murphy <[EMAIL PROTECTED]> wrote:
> > I have recently installed cygwin, and during the installation received a
> > series of crashes for "bash.exe
Hi Magnus,
Have you tried enabling the large Windows memory cache option? This
should increase your Cygwin compile time immensely. The build time is
also related, as you know, to what else is taking CPU time.
Hugh
On 14/12/06, Magnus Holmgren wrote:
I'm trying to figure out why Cygwin
Hi Corinna,
Does the same result occur when you run 'install' from the command
terminal in Vista, after adding Cygwin's 'bin' location to PATH?
Hugh
On 15/12/06, Corinna Vinschen <[EMAIL PROTECTED]> wrote:
how many packages actually have executables with th
Hi Larry, and everyone,
I would just like to add that this issue has been resolved by Agnitum,
the developers of Outpost Firewall.
Hugh
On 29/11/06, Larry Hall (Cygwin) wrote:
It messes with the network stack. This happens at install time, not
run-time. That means that you have to un
protection for the computer,
while allowing the use of Cygwin as well.
Hope this helps,
Hugh
On 28/11/06, Mikkel Erup wrote:
Could someone advice on how to debug this further. Maybe a
link or something.
I need to get the NFS server running
--
Unsubscribe info: http://cygwin.com/ml
It would appear that there is something incredibly wrong with Cygwin
at the moment. There are many possible causes, however. Such causes
could include, a new release of a package, a new Cygwin Dynamic
Library, etc.
Hugh
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem
Hi Mikkel,
I too have had this problem, as has another Cygwin user on this
mailing list. I am now attempting to install Cygwin once more to
check whether this problem still exists. If it does, it could be the
result of a recent change to a package.
I will let you know how things go.
Hugh
On
Hi Glenn,
Make sure that you select GCC from the Development area of the setup
programme. That should provide you with what you need.
Hope this helps,
Hugh
On 17/11/06, Smith, Glenn wrote:
I have downloaded the complete Cygwin environment from several of
your mirror sites onto my Windows
Hi Linda,
Just a quick note. In the setup programme, there is an option to have
'Open Bash Prompt Here' context menu added to the right-click menu.
Hugh
On 11/11/06, Linda Walsh wrote:
After some time debugging I figured out a way to add a prompt option
to the right-cli
Hi everyone,
I'd just like to report that this issue has been resolved. It would
seem that my Cygwin installation had never completed properly. A
fresh installation fixed the issue.
Hugh
On 21/10/06, Hugh McMaster <[EMAIL PROTECTED]> wrote:
> Hi Brian,
>
> I apolo
the 'configure' file. I have
attempted using Portaudio with static libraries, and also shared
libraries.
Everytime I start my binary, I always end up with that exception fault
displayed in my previous message. I will run the debug sequence, and
have a look at what is going on.
Hugh
On
Cygwin? Should I completely reinstall Cygwin?
Thankyou for your help.
Hugh
--
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/
ause then I can easily
update the libraries as needed. Is that your recommendation?
Hugh
--
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/
compile? Am I asking
the wrong list?
Thankyou for your help.
Hugh
--
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/
I am running XP SP2. I have a drive mapped (s:). See mount output. It is a
NAS drive that supports smb.
$ mount
D:\Program Files\NX Client for Windows\usr\X11R6\lib\X11\fonts on
/mnt/NX/fonts type user (text
mode)
C:\Documents and Settings\Hugh\.nx\tmp on /tmp type user (textmode)
D:\Program
)
Cumulative Security Update for Internet Explorer 6 Service Pack 1
(KB867282)
If I go back and trying applying them one at a time until I discover
which one caused the trouble, I'll post a follow-up.
--
Hugh D. Hyatt voice: 215.947.1799
P.O. Box 143
- want to use MySQL from a Cygwin app
- linked successfully with libmysql.a (reimp on msvc
import library, sed on resulting def, then dlltool)
- most functions work, but MYSQL_ROW is invalid
Maybe an alignment problem?
Hugh Perkins
__
Do you
ervices for Unix" probably has a portmap.exe of it's own.
In any case, the Windows Serivces will bind the nfs ports and prevent
the Cygwin nfsd from working.
-Hugh Sparks, [EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: htt
g my home directory with the public key
via "net use" (and supplying a password), prior to logging in via SSH.
Thanks very much to both of your for your swift (and patient) responses!
--
Hugh Brown
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
P
Subsystem sftp/usr/sbin/sftp-server
Finally, I've attached the output of cygcheck -s -v -r.
Thanks in advance for any help you can give me, and please let me
know if I've left anything out.
--
Hugh Brown
[EMAIL PROTECTED]
Cygwin Win95/NT Configuration Diagnostics
Current S
92 matches
Mail list logo