Greetings, Earnie Boyd!
>> Said that, it IS possible to create a symbolic link to a file in Windows XP,
>> even though you can't access it afterward.
> I think you mean a junction (reparse point) instead of a symbolic
> link.
I mean exactly symbolic link.
It is properly created and attributed, b
Could you provide a small TeX sample with which this can be reproduced?
Yes, of course.
``
\documentclass{article}
\usepackage{fontspec}
On Tue, Apr 30, 2013 at 08:58:17PM -0400, Christopher Faylor wrote:
>On Tue, Apr 30, 2013 at 05:46:08PM -0700, John Guad wrote:
>>I googled that message about base mismash and all the evidence points
>>to cygwin1.dll being the issue but there's nothing useful about fixing
>>it. The only instance o
Larry, thanks for your responses...
> 1. Make sure your path does not include " ". Some of the packages I
> tried to compile from source failed with funny errors eluding to
"Files/Windows"
> (obviously "Program Files/Windows") - once I updated my Path to not include
> references to "Program F
On Tue, Apr 30, 2013 at 05:46:08PM -0700, John Guad wrote:
>I googled that message about base mismash and all the evidence points
>to cygwin1.dll being the issue but there's nothing useful about fixing
>it. The only instance of that dll on this machine is the one
>downloaded and installed by the s
Short version:
Cygwin stopped working on my laptop for unknown reason, so I deleted
it and attempted to reinstall. Re-installation of cygwin failed for
unclear reasons. Please Help!
Long version:
I've had cygwin on my company laptop (32 bit WinXP Pro SP3) for about
2-years and it just recently s
On Sun, Apr 28, 2013 at 09:52:44PM -0400, Christopher Faylor wrote:
>On Sun, Apr 28, 2013 at 06:29:24PM -0500, Daniel R. Grayson wrote:
>>If I compile and run the program
>>
>>#include
>>main () {
>>system ("sleep 1001");
>>return 0;
>>}
>>
>>then I expect it to termina
On Tue, Apr 30, 2013 at 07:11:19AM -0500, Daniel R. Grayson wrote:
>SIGQUIT is erroneously delivered as SIGSEGV in this circumstance:
>
>$ sleep 1000 &
>[1] 9148
>$ kill -QUIT %1
>$< press return if necessary here >
>[1]+ Segmentation fault (core dumped) sleep 1000
Th
Hi
A new version of 'sysvinit' has been uploaded to a server near you.
o Build for cygwin 1.7.18 with gcc-4.5.3
o Uses cygport for .hint files generation
o debuginfo package included
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygw
Hi
A new version of 'rcs' has been uploaded to a server near you.
o Update to latest upstream release
o Build for cygwin 1.7.18 with gcc-4.5.3
rcs NEWS:
=
- Bugs fixed
- Wrong symbolic name dereference
RCS 5.8 introduced a bug whereby commands would incorrectly
Jim Garrison wrote:
but had to add four library dependencies to the makefile, libssl, libldap,
libcrypto and libintl due to unresolved dependencies from libpq:
Just for the record, recently trying to build ROOT [*], I had problems
with libpq and postgresql- The ROOT build failed as
[...]
/
On 4/30/2013 11:47 AM, Maarten Jacobs wrote:
Thanks! Helpful hints. After posting initially I progressed a little further. I'm
starting on my own "cheat sheet" but wanted to share a few observations that
may be of use to someone who travels the same road I'm going down.
1. Make sure your path
> -Original Message-
> Behalf Of Achim Gratz
> Sent: Tuesday, April 30, 2013 12:59 PM
> Subject: Re: postgresql-devel package missing pg_config?
>
> Jim Garrison writes:
> > Any suggestions on how find pg_config so I can install DBD::Pg?
>
> Entering pg_config.exe into the search box on t
Jim Garrison writes:
> Any suggestions on how find pg_config so I can install DBD::Pg?
Entering pg_config.exe into the search box on this page will tell you to
install libpq-devel:
http://cygwin.com/packages/
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]
I'm trying to build DBD::Pg on Cygwin (on Win7x64) and am having trouble
because DBD::Pg wants to know where the pg_config executable resides.
On Linux, pg_config is in postgresql-devel, but I have that Cygwin package
installed and it is not present.
$ cygcheck -c |grep postgres
postgresql
On Tue, Apr 30, 2013 at 9:16 AM, Andrey Repin wrote:
> Said that, it IS possible to create a symbolic link to a file in Windows XP,
> even though you can't access it afterward.
I think you mean a junction (reparse point) instead of a symbolic
link. Yes, it is possible to have a junction to a fil
Thanks! Helpful hints. After posting initially I progressed a little further.
I'm starting on my own "cheat sheet" but wanted to share a few observations
that may be of use to someone who travels the same road I'm going down.
1. Make sure your path does not include " ". Some of the packages I tr
Hallo Folks,
I didn't find this in the mailing list archive - apologies if I missed
it.
I have W8 install:
$ uname -a
CYGWIN_NT-6.2-WOW64 Z21 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin
Installed on or around 22 to 27.3.2013.
Doing a setup.exe today - to get some extra packages - I keep gett
The backtrace routine could set up a handler for SEGV and give up silently.
On Tue, Apr 30, 2013 at 9:17 AM, jojelino wrote:
> On 2013-04-30 PM 9:37, Helmut Karlowski wrote:
>>
>> Daniel R. Grayson, 30.04.2013 14:11:19:
>>
>>> SIGQUIT is erroneously delivered as SIGSEGV in this circumstance:
>>>
On 2013-04-30 PM 9:37, Helmut Karlowski wrote:
Daniel R. Grayson, 30.04.2013 14:11:19:
SIGQUIT is erroneously delivered as SIGSEGV in this circumstance:
$ sleep 1000 &
[1] 9148
$ kill -QUIT %1
$< press return if necessary here >
[1]+ Segmentation fault (core dumpe
Greetings, JonY!
>> The pop-up is produced even before login, presumably during the load of
>> "bash --login -i" (but i also have /bin/bash in /etc/passwd, so this may also
>> be the reason).
>>
>> I don't understand why a symlink is created during login, but in any case,
>> one can observe that
Daniel R. Grayson, 30.04.2013 14:11:19:
SIGQUIT is erroneously delivered as SIGSEGV in this circumstance:
$ sleep 1000 &
[1] 9148
$ kill -QUIT %1
$< press return if necessary here >
[1]+ Segmentation fault (core dumped) sleep 1000
It's sleep.exe that crashes, the
gfortran command to compile the code is as follow :
gfortran.exe -o bin\Debug\Petsc_Fortran.exe obj\Debug\main.o
C:\Users\\Downloads\petsc-3.3-p6\arch-mswin-c-debug\lib\libpetsc.a
C:\cygwin\lib\libX11.a C:\Users\mehmet\Downloads\libblas.lib
C:\Users\.\Downloads\liblapack.lib C:\User
Hi Sonya,
On Tue, Apr 30, 2013 at 9:18 AM, Sonya Blade wrote:
> Dear All,
>
> I tried to use the Petsc library, compiled without any error during cygwin
> terminalcompilation,
> with gfortran (which works in Code Block editor) and tried to run some of the
> examples which
> flawlessly works in C
I have just released cygport-0.12.0 for the Cygwin distribution and the
Fedora Cygwin repository. New in this release:
* Full support for running on, and building for, x86_64-pc-cygwin.
* Support for Automake 1.13.
* New definitions: ARCH, ARCH_i686, ARCH_x86_64.
* New function: cross_compili
Hi
A new version of 'aspell-en' has been uploaded to a server near you.
o Uses cygport for .hint files generation
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:
http://cyg
Hi
A new version of 'aspell-sv' has been uploaded to a server near you.
o Uses cygport for .hint files generation
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:
http://cyg
Hi
A new version of 'aspell-pl' has been uploaded to a server near you.
o Uses cygport for .hint files generation
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:
http://cyg
Hi
A new version of 'aspell-de' has been uploaded to a server near you.
o Uses cygport for .hint files generation
CYGWIN-ANNOUNCE UNSUBSCRIBE INFO
If you want to unsubscribe from the cygwin-announce mailing list, please
use the automated form at:
http://cyg
Dear All,
I tried to use the Petsc library, compiled without any error during cygwin
terminalcompilation,
with gfortran (which works in Code Block editor) and tried to run some of the
examples which
flawlessly works in C but not in gfortran.
Although I used and set the same library in linking
30 matches
Mail list logo