How does one install SyncTerm on Linux? I got the cryptlib file, and am unable to make the file. I followed instructions, but came up short. It
says on the screen:
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and am unab to make the file. I followed instructions, but came up short. It says on the screen:
make: -c: Command not found
Please help!?
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and am unab to make the file. I followed instructions, but came up short. It says on the screen:
make: -c: Command not found
Please help!?
It's difficult to tell from your message, but are you trying to build SyncTerm from source? If so, perhaps GNU make (and probably the compiler, requisite libraries, headers, etc.) have not yet been installed on your machine?
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and am unable to make the file. I followed instructions, but came up short. It
says on the screen:
make: -c: Command not found
Please help!?
-_Doubleman
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and am unab to make the file. I followed instructions, but came up short. It says on the screen:
make: -c: Command not found
Please help!?
-_Doubleman
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and a unab to make the file. I followed instructions, but came up short. It says on the screen:
make: -c: Command not found
Use make instead of gmake.
sudo apt-get install g++
sudo atp-get install cvs
sudo apt-get install gcc
you realise like many, you transposedthe t and p on the cvs line....make. I retrieved it, no luck. I tried going to gnu's site and downloading
I believe it was mentioned I needed gmake for sbbs, and the library was
good luck on finding g++ if it's not a part of your standard installation!g++ isn't found as a package name on most distributions.
syncterm will likely need ncurses and sdl libraries... Probably consoletools as well...
I believe it was mentioned I needed gmake for sbbs, and the library wasmake. I retrieved it, no luck. I tried going to gnu's site and download
"gmake" command. I checked the output of the compiled sources and found
it made a 'make' not 'gmake', so I used 'make' instead of gmake. It work
good luck on finding g++ if it's not a part of your standard installationg++ isn't found as a package name on most distributions.
syncterm will likely need ncurses and sdl libraries... Probably consoletools as well...
I thought they mentiond in the docs it may be 'make' on same machines.Hmmm, I played with linux before the kernel hit 1.0.0, but don't stay
All depends on the Linux flavor. Running SBBS on Linux is still kindof
a 'trick' generally left to developers or experienced Linux S/A's. The Windows install is much easier for those who aren't really fluent with Linux.
I don't know of any real Linux distro that doesn't have G++. That's GNU C++. If your Linux Distro doesn't do the GNU bit, then whatever theirI wonder how your supposed to install any program if at least parts of
C++ complier is will do. Most distro's will pull in the needed stuff to build all of SBBS if you choose their 'development environment' setting during install.
curses will be needed, but I don't think you'll need SDL unless you're running XWindows. Tho you may need the dev libraries if you want tohmm, I got syncterm running on my web server, which I later installed
compile it on a box that doesn't have X on it (it wont run obviously if
you don't have X, but some folks like to keep their dev build boxes separate from their desktops).
Hmmm, I played with linux before the kernel hit 1.0.0, but don't stay
up to date on every flavor of linux, and all the updates. Anyone that
tries to claim they know all the distrobutions and are up to date on
everything is either fooling their self or lieing through their teeth.
Every day they're coming up with a new linux distribution for different
architectures. Keeping up is next to impossible. New packages added
I wonder how your supposed to install any program if at least parts of
c++ isn't installed... Though they have c++ and gpp and g++ ... So many
compilers that all seem to do the same thing...
hmm, I got syncterm running on my web server, which I later installed
at least some of the XWindows stuff.... I was wondering, I've heard of
folks running remote XWindows, do I just ssh into my site and startx?
I'm pretty sure I need more configuration and stuff first, but would
love to do a remote XWindows... All of kingcoder maintenance is done
via remote, it's a virtual hosting site that I managed to get sbbs
Well, most Linux S/A and devs these days don't jump around every distro.Well, you have a point on a few things there... I started Slackware
I agree, too many flavors. But, the two big ones are Debian & RedHat. Both have a handful of offshoots (Ubuntu/CentOS,etc) that are very
similar. So getting a handle on either Debian or RH will help quite a
Most apps these days are available as packages that are pre-compiled.With Debian, I later found a site that you give it your location, and it
The vast majority of folks who use Linux do not compile apps to install anymore. That basically stopped happening when RedHat came out with 'packages' then Debian followed a short time later with a much improved package system. Nowadays the idea of compiling kernels and installing apps from source is generally left to the more advanced users or developers.
RemoteX is kindof like Remote Desktop or VNC (actualy VNC could be used within X for better performance remotely). You can ssh in to establishAt the time I wrote the previous message, I was running Vector Linux with
a secure connection over the public internet, but past that you need an
X Server on your client side. (the X Server is actually the GUI bit, I know, folks think 'server' and think it's the remote.. .but not for X).
So if you install something like Cygwin/X on your Windows Desktop, you could in theory (after a bit of muddling around), run X Windows apps onWill have to look into Cygwin/X! Sounds interesting! It also would have
a remote machine that has all the appropriate X stuff installed. The remote server does not actually need a GUI tho for this to work. Just
the libraries, apps and such.
Remote X is a pain in the arse and slow as hell tho. ... I don'tI'd imagine... Any time you try to send graphics via modem/internet, etc.
suggest it to anyone but the truely desperate. :)
Remote X is a pain in the arse and slow as hell tho. ... I don'tI'd imagine... Any time you try to send graphics via modem/internet,
suggest it to anyone but the truely desperate. :)
etc.
but... Just thought it'd be nice to go graphical since I was doing
linux
to linux connection...
John Guillory wrote to Chris Trainor <=-
Debian VNC server solution in a way... But I think the biggest
problem
is the Debian linux is running on a virtual host. I installed X and
a
few of the popular drivers, fonts, etc. on the virtual host, but how
do
you start the X desktop or run an x application? I tried running
xeyes
and tried typing startx from the ssh on xterm, no luck. From what I read,
if it was setup right, you just startx or run the application.... I
probably didn't have enough libraries setup or something.
some good guides that pop up. Basically, you have to turn on X
windows port forwarding in SSH. When you connect to the remote shell,
it'll automatically set your DISPLAY environment variable to a virtual terminal that's configured to route the display data through the SSH connection. It's actually quite easy (and kinda cool).
yeah it's pretty easy and there's a lot of easy to use programs to helpO.k. I know you said it's slow as can be via internet and all, but thinking
you to do it. it's also a great way to run a bbs in dosbox on a headless server. from cli
yeah it's pretty easy and there's a lot of easy to use programs to help you to do it. it's also a great way to run a bbs in dosbox on a headless server. from cli
O.k. I know you said it's slow as can be via internet and all, but thinking
of a couple of things... (nostalgia) So if I follow you correctly, no matter
what OS the BBS runs on, we could write doors so that the doors send the
X11 codes out, and on the users side, run a terminal that has X11 forwarding
and a X server, then you can have graphics on your BBS.... True
Graphics,
a thought....
yeah it's pretty easy and there's a lot of easy to use programs to help you to do it. it's also a great way to run a bbs in dosbox on a headless
server. from cli
Hello all.
How does one install SyncTerm on Linux? I got the cryptlib file, and am
unab to make the file. I followed instructions, but came up short. It says on the screen:
make: -c: Command not found
Please help!?
It's difficult to tell from your message, but are you trying to build SyncTerm from source? If so, perhaps GNU make (and probably the compiler,
requisite libraries, headers, etc.) have not yet been installed on your machine?
Use make instead of gmake.
sudo apt-get install g++
sudo atp-get install cvs
sudo apt-get install gcc
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 106 |
Nodes: | 16 (0 / 16) |
Uptime: | 01:56:43 |
Calls: | 5,842 |
Calls today: | 1 |
Files: | 8,496 |
D/L today: |
143 files (73,812K bytes) |
Messages: | 342,693 |