Building mozilla with linuxthreads

Joe Marcus Clarke marcus at marcuscom.com
Fri Jun 20 09:51:14 PDT 2003


On Fri, 2003-06-20 at 12:47, Joe Kelsey wrote:
> I want to build mozilla with linuxthreads (devel/linuxthreads) instead 
> of native -pthread/libc_r.  I want to do this to try to support Flash 6 
> using the linus Flash 6 plugin.  The standard linux Flash 6 plugin 
> requires a pthread library which uses structures compatible with the 
> Linux pthread_mutex_t and pthread_once_t sizes rather than the FreeBSD 
> native opaque types.
> 
> The linuxthreads library requires that I use the flags
> 
> '-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads -llthread 
> -llgcc_r'
> 
> instead of -pthread when compiling.
> 
> Can anyone tell me an easy way to find where the -pthread flag enters 
> the compilation stream so I can remove it and substutite the 
> linuxthreads options?

Probably in configure, but you should be able to search the dist to see
where -pthread or -lc_r occurs.

Joe

> 
> /Joe
> 
> 
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030620/b2d4ac18/attachment.bin


More information about the freebsd-gnome mailing list