nanogui@linuxhacker.org
nanogui@linuxhacker.org
hello!
i work redhat7.0 and kernel-2.4.0-test10.
tried to add my library to arm-linux-glibc.
added libmylib and mylib.h file to glibc header and lib directory.
when cross compiled test.c, i see next message.
]# arm-linux-gcc -o test test.c -lmylib
..../arm-linux/bin/ld : cannot find -lmylib
what i missing?
thank you!
nanogui@linuxhacker.org