Including lib files when compiling

I am using the C compiler included with AIX 4.3.3. I am unable to include libraries when I try to create the executable. Is there a switch that has to be used at compile time to make this happen??
Can anyone help??

we can use the -l switch to specify the libraries and -L for specifing a particular directory.

Just to make sure I have this clear, If you dont mind helping.
wood that be:
> cc code.c -o filename -i linklibrary.dll -L /temp/
Any help is appreciated????