[Cs-dev] What is gmm.h?
| Date | 2008-09-17 09:09 |
| From | jpff |
| Subject | [Cs-dev] What is gmm.h? |
I cannot find any reference to it in my distro packages and I do not know what name to seek. ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2008-09-17 10:02 |
| From | Erik de Castro Lopo |
| Subject | Re: [Cs-dev] What is gmm.h? |
jpff wrote:
> I cannot find any reference to it in my distro packages and I do not
> know what name to seek.
If you are on Debian or Ubuntu, do the following:
0) Install the apt-file program:
sudo apt-get install apt-file
1) Install apt-file's database.
sudo apt-file update
2) Search for the file:
apt-file search gmm.h
On my system that results in:
libgmm-dev: /usr/include/gmm/gmm.h
libitpp-dev: /usr/include/itpp/srccode/gmm.h
Not sure what those packages do?
apt-cache search libgmm
results in:
libgmm-dev - generic C++ template library for sparse, dense and skyline matrices
and
apt-cache search libitpp
results in:
libitpp6 - C++ signal processing and communication library
Hope this helps,
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I want to make sure (a user) can't get through ... an online
experience without hitting a Microsoft ad."
- Microsoft CEO, Steve Ballmer on the Microsoft search engine.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2008-09-17 11:01 |
| From | jpff |
| Subject | Re: [Cs-dev] What is gmm.h? |
Main machines are OpenSuSE. There is no package with gmm in its title -- I did the equivalent search. Then did a generic Google search and did not find anything that seemed related -- so I asked! ==John ffitch ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |