This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Probs with linking a library


Hi Sumith,

Order is important.

Try this:
g++ -lm -lcrypto -lrpcsvc -L/home/sumith/sw/keynote-2.3
okecl_client.o okecl_interface_clnt.o okecl_interface_xdr.o -o oke-load
-lkeynote

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]