On 16.07.12 18:47, Thorpe Mayes wrote: > Hi, > > This is on CentOS6.2 > > Installed tcl8.5 per the aolserver README > > I have unpacked the aolserver tar file in a separate directory: > /package/aolserver-4.5.1 > > After each attempt I run # gmake distclean > > >From the /package/aolserver-4.5.1 directory, I run # > >/usr/local/aolserver/bin/tclsh8.5 ./nsconfig.tcl > > Then, I run #gmake install > > Here is the output for all of this:
... > ranlib /usr/local/aolserver/lib/libnsthread.a > ranlib: '/usr/local/aolserver/lib/libnsthread.a': No such file > gmake[1]: *** [install-dll] Error 1 > gmake[1]: Leaving directory `/usr/local/package/aolserver-4.5.1/nsthread' > gmake: *** [install-bins] Error 1 I remember to have seen this. this says, that the static library can't be built (this might be platform/configure dependent). For normal operations, the static library is not necessary. I would not be suprised, if a "make install" after that installs correctly. if not, take out the .a target from install-dll.... -gustaf neumann ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ aolserver-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aolserver-talk
