Skip to content

Commit 5db20b8

Browse files
committed
/* Linking */ how to find compile/link arguments
1 parent a5f0b77 commit 5db20b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Minimal_Part_21_C++_example.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ libsdai\_.
9090
It will also need to link with cldai, cleditor, clstepcore, and clutils
9191
- all found in build/lib.
9292

93+
If you get stuck, consider examining the compile/link commands used for
94+
one of the p21read executables. This can be done with **make
95+
VERBOSE=1\_**:
96+
97+
`make VERBOSE=1 p21read_sdai_ap214e3`
98+
9399
Related Pages
94100
-------------
95101

Minimal_Part_21_C++_example.mediawiki

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,9 @@ Your executable will need to link to various libraries, likely including a gener
6969

7070
It will also need to link with cldai, cleditor, clstepcore, and clutils - all found in build/lib.
7171

72+
If you get stuck, consider examining the compile/link commands used for one of the p21read executables. This can be done with '''make VERBOSE=1_''':
73+
74+
<code lang='bash'>make VERBOSE=1 p21read_sdai_ap214e3</code>
75+
7276
== Related Pages ==
7377
* [[How to use STEPcode in an application]]

0 commit comments

Comments
 (0)