Re: Build Graphviz

2010-10-14 Thread Steven Woody
On 15 October 2010 12:12, Yaakov (Cygwin/X) wrote: > On Fri, 2010-10-15 at 00:06 +0800, Steven Woody wrote: >> Thanks Yaakov! It seems that I succeeded following the README file in >> the graphviz port package.  I uncompress the package into the /usr/src >> followed by doing a 'cygport graphviz-*.

Re: Build Graphviz

2010-10-14 Thread Yaakov (Cygwin/X)
On Fri, 2010-10-15 at 00:06 +0800, Steven Woody wrote: > Thanks Yaakov! It seems that I succeeded following the README file in > the graphviz port package. I uncompress the package into the /usr/src > followed by doing a 'cygport graphviz-*.cygport download' and 'cygport > graphviz-*.cygport all'.

weird bash dump when starting mintty.

2010-10-14 Thread Peter Wohlers
When firing up mintty, I get the following output. Sometimes I eventually get a prompt, but sometimes it just hangs. It's not mintty related though, as this happens when I ssh in from other hosts. 2 [main] bash 5048 exception::handle: Exception: STATUS_ACCESS_VIOLATION 1014 [main] b

Using Cygwin MINGW compilers from Eclipse

2010-10-14 Thread David A. Cobb
The Eclipse IDE offers to use Cygwin or MinGW toolchains to build applications. Within the Cygwin applications, however, there is a possibility of using the "MinGW-gcc" collection as a sort of cross-compile to produce . . . what? Presumably, an executable that will run on a Windoze machine

Re: Build Graphviz

2010-10-14 Thread Steven Woody
On 14 October 2010 04:01, Yaakov (Cygwin/X) wrote: > On Thu, 2010-10-14 at 00:40 +0800, Steven Woody wrote: >> What means 'leave to cygport',  does you mean I just need to run >> cygport and the tool will pickup correct patches without my >> interfering? > > cygport will apply all patches listed i

Fwd: gsl linking

2010-10-14 Thread Sergey Ivanov
OK! I understand. 'Bottom' libraries should be in the end of list. Now works! Yeah i had such troubles before with my own libraries and then i found this tendency. But... forget it again. To Marco Atzeri: $(compiler) $< $(db_o) $(foreach pth, $(sublibpathes), "-I$(pth)") \        $(foreach pth, $(

Re: gsl linking

2010-10-14 Thread Sergey Ivanov
To Marco Atzeri: $(compiler) $< $(db_o) $(foreach pth, $(sublibpathes), "-I$(pth)") \ $(foreach pth, $(sublibpathes), "-L$(pth)") -L/usr/lib -lgsl -lgslcblas -lm \ $(foreach pth, $(notdir $(sublibraries)), "-l$(pth)") -I$(prog_path) -o $@ sublibpathes - there is my own list of static l