in reply to Re: Multiprocessor (SMP) system detection
in thread Multiprocessor (SMP) system detection
It seems to me that even though ANSI C may be widely available, any solution that involves calling a C function is inherently non-portable.
I say that because in order to call a C function one would need to compile a call to the function. And even if ANSI C were widely available the mechanics of compiling C would differ. So no portable Makefile.PL could be created. Hence, non-portability.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Multiprocessor (SMP) system detection
by Abigail (Deacon) on Jun 25, 2001 at 19:19 UTC | |
|
Re: Re: Re: Multiprocessor (SMP) system detection
by bikeNomad (Priest) on Jun 25, 2001 at 19:07 UTC |