* how to link mqueue library
2004-12-13 19:53 ` Jan-Benedict Glaw
@ 2004-12-16 2:07 ` Ron Michael Khu
0 siblings, 0 replies; 3+ messages in thread
From: Ron Michael Khu @ 2004-12-16 2:07 UTC (permalink / raw)
Cc: linux-c-programming
Hello.
I seem to have a problem linking the mqueue library....
What's the library name to be added to the "-l" option of cc/gcc?
If -lm is for the math library... -lcurses for ncurses,
what's the library name for mqueue? -lmqueue??
-Ron.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to link mqueue library
@ 2004-12-16 6:39 Camillo Dell'mour
2004-12-16 8:02 ` Ron Michael Khu
0 siblings, 1 reply; 3+ messages in thread
From: Camillo Dell'mour @ 2004-12-16 6:39 UTC (permalink / raw)
To: linux-c-programming
Hi Ron
the math lib is named libm and the curses lib libcurses
so the by the -l option in gcc you do not have to write "lib..."
I don't who the mqueue libary is named, But I think libqueue so you shoult write -lqueue
ron wrots --
>
> Hello.
>
> I seem to have a problem linking the mqueue library....
> What's the library name to be added to the "-l" option of cc/gcc?
> If -lm is for the math library... -lcurses for ncurses,
> what's the library name for mqueue? -lmqueue??
>
> -Ron.
>
__________________________________________________________
Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
weltweit telefonieren! http://freephone.web.de/?mc=021201
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to link mqueue library
2004-12-16 6:39 how to link mqueue library Camillo Dell'mour
@ 2004-12-16 8:02 ` Ron Michael Khu
0 siblings, 0 replies; 3+ messages in thread
From: Ron Michael Khu @ 2004-12-16 8:02 UTC (permalink / raw)
To: Camillo Dell'mour; +Cc: linux-c-programming
Thanks camillo.
I already found the library;
it's librt.....
Camillo Dell'mour wrote:
>Hi Ron
>the math lib is named libm and the curses lib libcurses
>
>so the by the -l option in gcc you do not have to write "lib..."
>
>I don't who the mqueue libary is named, But I think libqueue so you shoult write -lqueue
>
>ron wrots --
>
>
>>Hello.
>>
>>I seem to have a problem linking the mqueue library....
>>What's the library name to be added to the "-l" option of cc/gcc?
>>If -lm is for the math library... -lcurses for ncurses,
>>what's the library name for mqueue? -lmqueue??
>>
>>-Ron.
>>
>>
>>
>
>
>__________________________________________________________
>Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min.
>weltweit telefonieren! http://freephone.web.de/?mc=021201
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-12-16 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-16 6:39 how to link mqueue library Camillo Dell'mour
2004-12-16 8:02 ` Ron Michael Khu
-- strict thread matches above, loose matches on Subject: below --
2004-12-13 0:52 assignment makes pointer from integer without a cast? Patrick
2004-12-13 1:47 ` Hossein Mobahi
2004-12-13 16:13 ` Francesco Gadaleta
2004-12-13 19:53 ` Jan-Benedict Glaw
2004-12-16 2:07 ` how to link mqueue library Ron Michael Khu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.