vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Eddy Chang <csccwab@yahoo.com> wrote: EC> Hi, EC> I have a machine running AIX 4.3.3. Now I want to find out the C EC> library version no in that machine. Is there any command or text file EC> in the AIX's C library that can show the version no?? lslpp -l bos.rte.libc Regards, Nicholas |
| |||
| Eddy Chang <csccwab@yahoo.com> wrote: EC> Hi, EC> I have a machine running AIX 4.3.3. Now I want to find out the C EC> library version no in that machine. Is there any command or text file EC> in the AIX's C library that can show the version no?? Or what /lib/libc.a # untested Regards, Nicholas |
| ||||
| Nicholas Dronen <ndronen@io.frii.com> wrote in message news:<4073f9b4$0$199$75868355@news.frii.net>... > Eddy Chang <csccwab@yahoo.com> wrote: > EC> Hi, > > EC> I have a machine running AIX 4.3.3. Now I want to find out the C > EC> library version no in that machine. Is there any command or text file > EC> in the AIX's C library that can show the version no?? > > Or > > what /lib/libc.a # untested > > Regards, > > Nicholas I got it. Thx a lot!!! |