Cheers all and thanks
Dex ZL2DEX
-----Original Message-----
From: linux-ha...@vger.kernel.org
[mailto:linux-ha...@vger.kernel.org] On Behalf Of M Taylor
Sent: Friday, 28 March 2003 2:54 p.m.
To: Dexter N Muir
Cc: linux...@vger.kernel.org
Subject: Re: making apps
On Fri, Mar 28, 2003 at 02:39:42PM +1200, Dexter N Muir wrote:
> Hi all
>
> Starting out with Mandrake 9.0, and trying to get ax25 up. Looked
at
> pa3gcu's page, and followed instructions. Everything worked except
make
> on ax25-apps-0.0.6, which bombed while making call. Of course, it all
> scrolls up and off the screen - can someone point me to how to look at
> this (working at command prompt Ctrl-Alt-F1, so no xterm scrollbar
:-),
> so I can see better where exactly the bomb-out is? It's repeatable.
Shift-PageUp will allow you scroll up, provided you have not
switched virtual consoles since the error message was printed.
Look for the first compiler error and/or warning message, this is
the best place to start.
I'll make a wild guess that you do not have the ncurses header (include)
files installed, which you can find in a RPM package called
ncurses-devel
or similiar. You should be able to find it on your Mandrake CDs or
from a FTP mirror.
73,
ve1mct
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
make > /tmp/making_apps 2>&1
Hope this helps. Guess that ncurses might be related as you were
suggested
before. Shane's suggestion (using the rpm) could be the easy way out...
73 de Jose, CO2JA
--
Jose A. Amador
co2...@fastmail.fm
--
http://www.fastmail.fm - Faster than the air-speed velocity of an
unladen european swallow
run this:
script compile.log
(then whatever you do like ./configure && make && make install - just whever
you want to record, including prompts and other commands)
ctrl+d
bob finch
w9ya
-
Not Debian:
Here's a (probably not complete) list of ham radio packages currently
included in "sarge" (which will be the next release):
aprsd - Internet Gateway for the Automatic Position Reporting System
ax25-apps - Applications for AX25
ax25-tools - AX-25 Tools
ax25-xtools - AX-25 Tools (X versions)
dgipip - AMPRNet dynamic IPIP encapsulation routing daemon.
fbb - Packet radio mailbox and utilities
hamfax - Receive/send radio facsimile transmissions with Soundcard/PTC-II
hamlib-dev - Development library to control radio transceivers and receivers.
hamlib-doc - Documentation for the hamlib radio control library.
hamlib-utils - Utilities to support the hamlib radio control library.
hamlib1 - Run-time library to control radio transceivers and receivers.
hamsoft - Reader for new hamradio linux software at radio.linux.org.au
hdlant - calculates dimensions for microwave ham radio antennas
ipip - IP over IP Encapsulation Daemon
libax25 - ax25 libraries for hamradio applications
libax25-dev - ax25 library development files
linpsk - Program for operating PSK31/RTTY modes with X GUI
node - Amateur Packet Radio Node program
p10cfgd - Remote configuration daemon for Gracilis Packeten.
phaseshift - PSK31 terminal for X11
pileup - Morse code pileup trainer for SB compatible soundcards.
predict - Satellite Tracking Program with Optional Voice Output
rspfd - Radio Shortest Path Daemon
sattrack - satellite tracker and prediction
sattrack-x11 - satellite tracker and prediction
soundmodem - Sound Card Amateur Packet Radio Modems
tlf - Console mode purpose CW keyer, logging- and contest program
tlfmanual - Documentation for tlf, a hamradio logging and contest program
twclock - Clock program for hamradio operators
twlog - Logging program for hamradio operators
xastir - X Amateur Station Tracking and Information Reporting
xconvers - Hamradio convers client for X/GTK
xdx - DX-cluster tcp/ip client for amateur radio
xlog - GTK+ Logging program for Hamradio Operators
73,
Bob, N7XY
Cheers
Dex
-----Original Message-----
From: linux-ha...@vger.kernel.org
[mailto:linux-ha...@vger.kernel.org] On Behalf Of Bob Nielsen
Sent: Friday, 28 March 2003 5:15 p.m.
To: linux...@vger.kernel.org
Subject: Re: making apps
>>> Starting out with Mandrake 9.0, and trying to get ax25 up.
>>> Looked at pa3gcu's page, and followed instructions. Everything
>>> worked except make on ax25-apps-0.0.6, which bombed while
>>> making call. Of course, it all scrolls up and off the screen.
>>> Can someone point me to how to look at this (working at
>>> command prompt Ctrl-Alt-F1, so no xterm scrollbar :-)
>> Shift + page up | down
>>> so I can see better where exactly the bomb-out is? It's
>>> repeatable.
> You could also make a log of your compilation with something
> similar to:
>
> make > /tmp/making_apps 2>&1
>
> Hope this helps. Guess that ncurses might be related as you were
> suggested before. Shane's suggestion (using the rpm) could be
> the easy way out...
When it comes to making logs of what's going on, I generally do...
make 2>&1 | tee make.log
...as that puts the log on the screen and lets me watch what it's
doing, so I don't get bored watching an unchanging screen. Also, by
dropping the log in the current directory, I know what it relates to
if I forget to erase it and come back to it later.
Best wishes from Riley G7GOD / KB8PPG
---
* Nothing as pretty as a smile, nothing as ugly as a frown.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.465 / Virus Database: 263 - Release Date: 25-Mar-2003
Although my experience over the past several years has been with
Debian, I expect that SuSe and probably Red Hat still support ax25,
since they also have hams who are active in the organizations. On the
other hand, compiling from source isn't necessarily a bad thing--I have
a few ham programs which I update frequently from CVS because the
packages tend to lag behind the latest code (which is also why I run
the "testing" version of Debian instead of the stable version).
The package names vary a bit between distributions, but
libncurses-devel contains the libs and includes required for
compilation of apps using ncurses. The others are required when you
run the apps. Thus you probably need all of the packages you listed
with the possible exception of ncurses-extraterms.
Bob
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majo...@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majo...@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Bob Nielsen, N7XY n7...@n7xy.net
Bainbridge Island, WA http://www.n7xy.net
IOTA NA-065, USI WA-028S