cygwin & cygcheck - linux

I want to know about cygcheck utility of cygwin. How can I use it to extract all the class hierarchy and dependencies with the help of cygwin?
Thanks !
P.S: Any tutorial that you can point out that shows how to use it for dependencies

http://www.cygwin.com/cygwin-ug-net/using-utils.html
I found this document usefull some time ago

Related

Cannot find -ltk ubuntu

I got an error when try to run make VERSION=full. I share the picture of the command here.
Can anyone tell me what I need to install here?
Please check weather tk and tcl libraries are installed,
or the directories they are installed are linked with -L.

How do I set up and reference mlpack libraries in Ubuntu?

I'm running Ubuntu 16.04, and I have to admit my Linux skills are weak and are probably the reason that I'm struggling here.
I've run the following commands successfully:
sudo apt-get install libmlpack-dev
sudo apt-get install mlpack-bin
What's confusing me is that I have no idea where mlpack has been installed to--I'm expecting to see some library files somewhere, as well as some source code for some examples.
In general, when you install libraries like this on Linux, is there one place where you can expect them to be found?
Thanks for helping out a novice!
I asked a colleague for help and got this figured out.
To summarize:
libmlpack-dev includes the libraries and header files but no source code examples. You can find a couple small code samples on their website, though.
The libraries are installed to the default location of /usr/lib/ and the headers to the default location of /usr/include/. The nice thing about this is that these folders are already on your path, so you're all set to #include the mlpack headers.
I wrote a blog post to describe all the steps for getting started with mlpack for Linux noobs like me :)

Linux configuration ARToolKit, make error

I would like to compile ARToolKit source code on Linux, download the source code, and in accordance with the ARToolKit document, configuration GLUT, OpenGL, libjpeg other libraries.
Go to the ARToolKit directory and type ./Configer
Configer information image.
Enter the make command,The error occurs.
What are the causes of these errors? How can I solve? thanks.
according to your configuration screenshot you miss a gstreamer installation.
Please do:
sudo apt-get install libgstreamer0.10-dev
see here for more information: http://artoolkit.org/documentation/doku.php?id=8_Advanced_Topics:build_artoolkit
Let me know if that works for you
Edit:
Just saw that there are 3 more comments and that you already installed libgstreamer to fix the issue thanks to Michael O.

What is the Fedora equivalent package name for 'freehep-graphics2d'?

I have been trying to install Scilab from Source. When i run
./configure
i get this error
configure: error: Could not find or use the Java package/jar freehep-graphics2d used by Freehep Graphics2D (looking for package org.freehep.graphics2d.VectorGraphics)
hence, i tried to install it in fedora 23 but could not find the package. Any help would be appreciated.
Old! last updated in 2007! Your best bet is to compile the source. Start with
$ svn checkout svn://svn.freehep.org/svn/freehep/tags/vectorgraphics-2.1.1/freehep-graphics2d freehep-graphics2d
There is a pom.xml, so use Maven to build it. Good luck!
Update: see the Centos instructions at https://wiki.scilab.org/Compiling%20Scilab%205.x%20under%20GNU-Linux%20Unix#Compilation_under_CentOS
What do you have at:
$SCILAB/thirdparty/freehep-util.jar
$jardir/freehep-graphicsio-emf.jar
Actually, the best bet is as suggested above in a comment, to disable this feature.

How do I update kernel-utils?

Brace yourself, I'm a Windows admin messing with a CentOS 6 server.
Let's start by saying I know very little about Linux.
I'm trying to load an rmmagent, GFI/MaxFocus's agent. It's failing the dependency check on kernel-utils and unzip.
error: Failed dependencies:
kernel-utils is needed by rmmagent-1.0.2.centos6-1.2.x86_64
unzip is needed by rmmagent-1.0.2.centos6-1.2.x86_64
I Googled myself to death, but I think I just don't know enough about Linux to make this go.
Can someone educate me or point me to the right place to learn how to do this? Thanks!
-Jeff
PS: I got unzip installed without issue.
We had the same issue. We spoke to the LogicNow support and they give us this solution:
wget -c ftp://rpmfind.net/linux/Mandriva/official/9.1/i586/Mandrake/RPMS/ksymoops-2.4.8-1mdk.i586.rpm
yum install ksymoops-2.4.8-1mdk.i586.rpm

Resources