nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: how add my library?
From: Alex Holden
Date: Tue, 12 Dec 2000 01:24:17 +0000 (GMT)

On Tue, 12 Dec 2000, cys wrote:
> ]# arm-linux-gcc -o test test.c -lmylib
> ..../arm-linux/bin/ld : cannot find -lmylib
> what i missing?

You can specify the directory which contains the libary by using the -L
parameter.

-- 
------- Alex Holden -------
http://www.linuxhacker.org/
 http://www.robogeeks.org/


nanogui@linuxhacker.org