Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d957de31
Commit
d957de31
authored
31 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Talk about vcc.
parent
3637d39a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+18
-1
18 additions, 1 deletion
INSTALL
with
18 additions
and
1 deletion
INSTALL
+
18
−
1
View file @
d957de31
# INSTALL -- installation instructions for the LysKOM server
# $Id: INSTALL,v 1.1
2
1993/10/1
4 22:42:51
ceder Exp $
# $Id: INSTALL,v 1.1
3
1993/10/1
6 18:09:19
ceder Exp $
# Copyright (C) 1991, 1993 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -117,6 +117,23 @@ lyskom-mux 4895/tcp # LysKOM server (MUX)
argument list is still too large, you could probably split the sed
statement into more parts.
By default, the configure script will use gcc if it can find that
compiler. Otherwise it will fall back on using cc. If you want to
use a different compiler you can specify it like this (assuming
that you are using a shell with /bin/sh-like syntax):
CC=vcc ./configure
You might want to add the -v option to configure, to get more
feedback during the configuration.
If you use vcc the configuration script might not be able to
correctly find out which libraries you have. You will have to edit
src/server/Makefile and delete i.e. -lsocket, -lnsl and probably a
few other libraries. And even if you do that, vcc will probably
not be able to link lyskomd. The loader seems to be totally
broken.
7) Type
./Build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment