Re: Adding -lc when linking?

2002-11-21 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Bummer. Would it work to *always* use -lc_r on FreeBSD, Patrik/Alfred? AFAICS libc_r is a user-space thread implementation, it won't do the right thing for us. I guess we'll need some kind of pthread emulation like we have on Linux. -- Alexandre Jul

Re: Adding -lc when linking?

2002-11-21 Thread Gerald Pfeifer
On Thu, 21 Nov 2002, Alexandre Julliard wrote: > Adding -lc seems the right way. In fact I committed that fix last > night ;-) Thanks a lot! :-) On Thu, 21 Nov 2002, Patrik Stridvall wrote: > However, it doesn't seem to be the 100% correct fix. > DLLs using pthreads like the ones depending on Ope

RE: Adding -lc when linking?

2002-11-21 Thread Patrik Stridvall
> Gerald Pfeifer <[EMAIL PROTECTED]> writes: > > > How should this be solved (in a portable way)? > > Adding -lc seems the right way. In fact I committed that fix last > night ;-) Yes I noticed. :-) However, it doesn't seem to be the 100% correct fix. DLLs using pthreads like the ones depending

Re: Adding -lc when linking?

2002-11-21 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > How should this be solved (in a portable way)? Adding -lc seems the right way. In fact I committed that fix last night ;-) -- Alexandre Julliard [EMAIL PROTECTED]

RE: Adding -lc when linking?

2002-11-21 Thread Gerald Pfeifer
On Fri, 15 Nov 2002, Patrik Stridvall wrote: >> Alfred (Cc:ed) verified that these warnings can be eliminated by >> >> o getting rid of the -Wl,-Bsymbolic option (which you probably want >>to keep to actually get warnings linking symbols are hosed), or >> >> o explicitly adding -lc. >> >> Wou

RE: Adding -lc when linking?

2002-11-15 Thread Patrik Stridvall
> When compiling Wine on FreeBSD, there are tons of warnings of the > following kind (and have been that way since I can remember) which > regularily cause confusion and support requests by people building > our port: [snip] Yes, I have noticed. :-) > Alfred (Cc:ed) verified that these warnings c