Configuring an Application

HI tehre guys.

I’ve been evaluating 6.2.1 for a while, and I notice something strange, strange for me, maybe it’s normal for qnx.

When I compile an ( x ) application, and I run the configure script, it takes about half an hour to run it!!!, the machine is a pentium 233 mmx with 128 of ram, well then, I installed solaris 8 in the same machine, and it take
3 minutes to run that godforsken script, the same for *UNIX, linux freebsd.

I do not understand how an RTOS can take such a long time to do that simple thing. maybe someone experienced the same behabior before…

I was wandering that if I plan to develop something in that machine, I better give away :slight_smile:), or do I need a dual pentium 4 do do something with QNX?

Any ideas?

Thanx a lot.

A couple. :slight_smile:

Watch the output and see if it pauses for a long time doing something - you can tail -f config.log in another window if there is not enough info the main screen. That may give you a cluse as to what it is blocked on.

Another possibility is the disk driver is slow, although I have trouble with that on an older machine. It may be interesting to see if the CPU meter is pegged during this whole process, or what it’s activity looks like.

Because of the way the package file system works, it will be slower than a pure disk based file system, but 10 times longer seems a little overboard - the CPU usage should give a clue to this.

As long as I can see, the output is normal, it take much more time than the normal, that’s all, but indeed, it eats the cpu, that’s why I found it weird, cause the same appz under linux or solaris, works fine.

I’ll give it a try on another Machine…

Thanx 4 your time.

this thread might help you:
openqnx.com/PNphpBB2-viewtopic-t1490-.html

Try doing…

CC=qcc CXX=QCC ./configure …

It will speed it up a fair bit. Or wait for 6.3.0, no more fs-pkg. :slight_smile: