Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
mpich-CVS
Commits
e75170e8
Commit
e75170e8
authored
Sep 12, 2007
by
gropp
Browse files
Added query about dependentLibs
parent
4fb0efea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/createshlib.in
View file @
e75170e8
...
...
@@ -293,7 +293,8 @@ if [ $mode = link ] ; then
# Typically -Wl,-h,$soName
# FIXME: C_LINK_SHL knows the options for shared libraries,
# but not the args for setting the soname.
$Show
${
C_LINK_SHL
}
-o
$realName
-Wl
,-h,
$soName
.tmp/
*
.o
$Show
${
C_LINK_SHL
}
-o
$realName
-Wl
,-h,
$soName
.tmp/
*
.o
# Do we need to add $dependentLibs ?
;;
esac
if
[
-n
"
$altNames
"
]
;
then
...
...
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