Results 1 to 2 of 2
Hi....
I am trying to cross compile asterisk asterisk-11.0.1 for powerpc platform.
It is asking for ncurses and its dependent libraries.
So i have downloaded ncurses source code and trying ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-10-2012 #1Just Joined!
- Join Date
- Dec 2012
- Posts
- 1
Cross compile asterisk
Hi....
I am trying to cross compile asterisk asterisk-11.0.1 for powerpc platform.
It is asking for ncurses and its dependent libraries.
So i have downloaded ncurses source code and trying to cross compile which is giving me error
" undefined reference to `Gpm_GetEvent' "
I have tried using ncurses 5.7/5.8/5.9 and older versions also.
Please suggest me solution.
Thanks in advance.
Regards,
Deepak BK
- 12-11-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,696
Howdy and welcome to Linux Forums,
I think you will find that (Gpm_GenEvent) defined in the GPM header file. In RH/Fedora/CentOS, you can install the package containing GPM header files like this:
and the file will get installed to:Code:yum install gpm-devel
Code:/usr/include/gpm.h


Reply With Quote
