Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ogs
inf
Guix
Commits
88ba7852
Unverified
Commit
88ba7852
authored
8 years ago
by
Julien Lepiller
Browse files
Options
Downloads
Patches
Plain Diff
doc: Fix typo.
* doc/guix.texi (ocaml-build-system): Replace ocaml with OCaml.
parent
3184f14a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/guix.texi
+2
-2
2 additions, 2 deletions
doc/guix.texi
with
2 additions
and
2 deletions
doc/guix.texi
+
2
−
2
View file @
88ba7852
...
@@ -3326,9 +3326,9 @@ be passed via the @code{#:build-flags} key. Install is taken care of by
...
@@ -3326,9 +3326,9 @@ be passed via the @code{#:build-flags} key. Install is taken care of by
be added to the @code{native-inputs} field of the package definition.
be added to the @code{native-inputs} field of the package definition.
Note that most OCaml packages assume they will be installed in the same
Note that most OCaml packages assume they will be installed in the same
directory as
oc
aml, which is not what we want in guix. In particular, they
directory as
OC
aml, which is not what we want in guix. In particular, they
will install @file{.so} files in their module's directory, which is usually
will install @file{.so} files in their module's directory, which is usually
fine because it is in the
oc
aml compiler directory. In guix though, these
fine because it is in the
OC
aml compiler directory. In guix though, these
libraries cannot be found and we use @code{CAML_LD_LIBRARY_PATH}. This
libraries cannot be found and we use @code{CAML_LD_LIBRARY_PATH}. This
variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where
variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where
@file{.so} libraries should be installed.
@file{.so} libraries should be installed.
...
...
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