Re: option -pthread in LDADD
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
Shouldn't lint learn about -pthread? It should be just a shortcut for something like: -lpthread -D_REENTRANT=1 -D_PTHREADS=1 Martin