Back to the month index |
Back to the list index
|
Stephen Darragh (stephen@it.com.au)
Tue, 1 Apr 1997 18:35:43 +0800 (WST)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: grund@coh.fgg.eur.nl: "[mSQL] re.HP-UX-B-10.xx"
- Previous message: Manar Hussain: "Re: [mSQL] Simple and easy Question"
- Next in thread: Henrik Wist: "Re: [mSQL] can't compile simple program"
- Reply: Henrik Wist: "Re: [mSQL] can't compile simple program"
Date: Tue, 1 Apr 1997 18:35:43 +0800 (WST) From: Stephen Darragh <stephen@it.com.au> Subject: Re: [mSQL] can't compile simple program Message-Id: <Pine.LNX.3.96.970401183411.20756A-100000@belgarion.it.com.au>On Mon, 31 Mar 1997, harry mitchell wrote:
> gcc -lmsql msqltest.c
> ld: fatal: library -lmsql: not found
> ld: fatal: File processing errors. No output written to a.out
> Please let me know if more information is needed.
>
Where is libmsql installed? If not in a standard path (/usr/lib,
/usr/local/lib, etc.) then specify the path with the -L option.
e.g.
gcc -L/usr/local/mylibs -lmsql msqltest.c
... Stephen
--------------------------------------------------------------------------
To remove yourself from the Mini SQL mailing list send a message containing
"unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing
"info msql-list" to majordomo@bunyip.com for info on monthly archives of
the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!
- Next message: grund@coh.fgg.eur.nl: "[mSQL] re.HP-UX-B-10.xx"
- Previous message: Manar Hussain: "Re: [mSQL] Simple and easy Question"
- Next in thread: Henrik Wist: "Re: [mSQL] can't compile simple program"
- Reply: Henrik Wist: "Re: [mSQL] can't compile simple program"