This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread model: single? (was: make bootstrap endless loop on AI X)


On Tue 2001-12-04, Venkatakrishnan, V wrote:
> Thanks 'ftime' resolved but
> In my case
> nm /usr/lib/libc.a | grep FD_ZERO or 
> nm /usr/lib/libc.a | grep FD_SET doesn't return anything, meaning it's not

Maybe you should look at man select? on Linux FD_ZERO is listed in that manpage. (On my AIX 4.3 it isn't)

> gcc version 2.7.2.2 on my AIX 4.1.5.0 box

Ah.. That one is just a little to old for my C++ needs :-) I need
3.x. I am getting the impression that gcc 3.x isn't there yet for
C++ work on AIX. (On Linux, Solaris, HP it is superb!) I hope
someone can prove me wrong, but I can't even throw an exception in
main() and catch it inside main()..

> Incase of your shared lib. problem........are you using the -L. switch??  Is
yes I am. I also tried LD_LIBRARY_PATH and LIBPATH.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]