Trying to get doxygen 1.3.8 to compile

Version 1.3.4 is available for QNX 6.3.0 but I really need 1.3.8. I grabbed
the tarball and tried to compile it like I do under linux.

…/configure wouldn’t finish.

Is there a porting guide/docs/best practices for porting code from Linux to
QNX 6.3.0?

Is it that much harder to port something to QNX 6.3.0 than it is to go from
one linux distro to another or to another U*IX platform?

Thanks
Nick

Going from Linux to QNX6 involves about the same amount of fuss as going to
another Unix (but it is harder than going between Linux distros of course).
Do not be afraid if configure does not finish - those are usually minor
problems. Linux people are so used to the fact that configure ‘just works’,
they forget it was designed to be a porting tool, not ‘make extension’.
Little digging will be rewarding. Look into the configure script and see why
it fails.

Btw, I did build doxygen.

“Nick C.” <qnx@qrts.com> wrote in message news:cj22nb$3bn$1@inn.qnx.com

Version 1.3.4 is available for QNX 6.3.0 but I really need 1.3.8. I
grabbed
the tarball and tried to compile it like I do under linux.

./configure wouldn’t finish.

Is there a porting guide/docs/best practices for porting code from Linux
to
QNX 6.3.0?

Is it that much harder to port something to QNX 6.3.0 than it is to go
from
one linux distro to another or to another U*IX platform?

Thanks
Nick

Igor
Thanks for the info.
Did you build 1.3.8 or 1.3.4?
Thanks
Nick