Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Annotate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Annotate
Commits
87269138
Commit
87269138
authored
Nov 14, 2015
by
Alain Viari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected compilation bug muscle on linux
parent
d233d038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
src/muscle/muscle3.8.31/mk
src/muscle/muscle3.8.31/mk
+8
-7
No files found.
src/muscle/muscle3.8.31/mk
View file @
87269138
...
...
@@ -10,12 +10,13 @@ do
done
LINK_OPTS
=
if
[
`
uname
-s
`
==
Linux
]
;
then
LINK_OPTS
=
-static
fi
$CXX
$LINK_OPTS
$ENV_LINK_OPTS
-g
-o
muscle
$ObjNames
>>
muscle.make.stdout.txt 2>> muscle.make.stderr.txt
#if [ `uname -s` == Linux ] ; then
# LINK_OPTS=-static
#fi
#$CXX $LINK_OPTS $ENV_LINK_OPTS -g -o muscle $ObjNames >> muscle.make.stdout.txt 2>> muscle.make.stderr.txt
$CXX
$LINK_OPTS
$ENV_LINK_OPTS
-O
-o
muscle
$ObjNames
>>
muscle.make.stdout.txt 2>> muscle.make.stderr.txt
tail
muscle.make.stderr.txt
strip muscle
ls
-lh
muscle
sum
muscle
#
strip muscle
#
ls -lh muscle
#
sum muscle
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment