Created
January 5, 2014 15:36
For you Friedrich
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amos at loki in ~/Dev/ooc-yaml (master) | |
$ rock +-fPIC +-shared | |
[ OK ] | |
amos at loki in ~/Dev/ooc-yaml (master) | |
$ gcc $(find .libs/ooc/yaml/ -name '*.o') -shared -o liboocyaml.so | |
amos at loki in ~/Dev/ooc-yaml (master●) | |
$ ls -lhA *.so | |
-rwxr-xr-x 1 amos amos 183K Jan 5 16:35 liboocyaml.so | |
amos at loki in ~/Dev/ooc-yaml (master●) | |
$ nm liboocyaml.so | head -5 | |
0000000000213d78 B __bss_start | |
0000000000212980 d class.13099 | |
00000000002129e0 d class.13106 | |
0000000000212a40 d class.13116 | |
0000000000212aa0 d class.13126 | |
amos at loki in ~/Dev/ooc-yaml (mas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment