Hi,


I have compiled qt-3.1.2_1 from ports "as is".

It appears that FreeBSD defaults to creating the threaded libraries,
which confuses certain configure scripts.

Problem is that configure scripts of some software needs tweeking:
add -DTHEAD_SAFE, replace "-lc" by "-lc_r", etc.

(main reason is that compilation with threading is so much
different on FreeBSD than this is, for example, on Linux)


However, life would be much easier if either Qt ports build creates both, threaded and unthreaded libs or The Qt ports build allows creating only the unthreaded libs.

Is there any good reason why the threaded libs are choosen to
be the default, without offering easy MAKE options to change
this behaviour?

Regards,
Rob.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to