Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
e201c9d2
Commit
e201c9d2
authored
10 years ago
by
Monty Brandenberg
Browse files
Options
Downloads
Patches
Plain Diff
Doc cleanup. Unicode cruft, copy editing.
parent
5dffe16a
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
indra/cmake/00-COMPILE-LINK-RUN.txt
+6
-6
6 additions, 6 deletions
indra/cmake/00-COMPILE-LINK-RUN.txt
with
6 additions
and
6 deletions
indra/cmake/00-COMPILE-LINK-RUN.txt
+
6
−
6
View file @
e201c9d2
...
@@ -115,12 +115,12 @@ Compilation
...
@@ -115,12 +115,12 @@ Compilation
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Notes:
Notes:
1. We
’
re also building dylibs in a somewhat unusual way. They
’
re
1. We
'
re also building dylibs in a somewhat unusual way. They
'
re
currently being generated with a link path of
currently being generated with a link path of
‘
@executable_path/../Resources/<library>
’
. If we were to follow
'
@executable_path/../Resources/<library>
'
. If we were to follow
the recommendations in dyld
’
s man page, we’d instead reference
the recommendations in dyld
'
s man page, we’d instead reference
‘
@loader_path/<library>
’
, use -rpath on the executable link
'
@loader_path/<library>
'
, use -rpath on the executable link
(pointing to the
‘
Resources
’
subdir of the main executable), and
(pointing to the
'
Resources
'
subdir of the main executable), and
be able to avoid some symlinking in the .app tree.
be able to avoid some symlinking in the .app tree.
2. Use the -headerpad_max_install_names link option on all .dylibs.
2. Use the -headerpad_max_install_names link option on all .dylibs.
...
@@ -184,7 +184,7 @@ Linking
...
@@ -184,7 +184,7 @@ Linking
second, incompatible version of the library. Switching colladadom
second, incompatible version of the library. Switching colladadom
to a static library ended the re-export problem.
to a static library ended the re-export problem.
* Preventing re-export is not sufficient.
o
ther libraries will
* Preventing re-export is not sufficient.
O
ther libraries will
still be shipped as shared and they can still have Singleton and
still be shipped as shared and they can still have Singleton and
Fragile Base Class issues. A DLL may be built with a static
Fragile Base Class issues. A DLL may be built with a static
archive of a library that has global data. That same static
archive of a library that has global data. That same static
...
...
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