nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: how add my library?
From: cys
Date: Tue, 12 Dec 2000 10:10:33 +0900

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