Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Strange Error compiling STLPort 4.5.3
Hi, I have been trying to build STLPort 4.5.3 and right at the end when dm librarian is invoked it complains that /PAGESIZE 128 is too small. I am compiling from cmd in Win-XP on an Athlon64 and am wondering if this error is related to the fact it is an Athlon64?? The reason I say this is I have compiled before an an Athlon-XP without problem. Can anyone tell me how to set this /PAGESIZE variable in librarian please, I can see how to do this from IDDE but not from cmd Regards A Oct 28 2004
Ant wrote:Hi, I have been trying to build STLPort 4.5.3 and right at the end when dm librarian is invoked it complains that /PAGESIZE 128 is too small. I am compiling from cmd in Win-XP on an Athlon64 and am wondering if this error is related to the fact it is an Athlon64?? The reason I say this is I have compiled before an an Athlon-XP without problem. Can anyone tell me how to set this /PAGESIZE variable in librarian please, I can see how to do this from IDDE but not from cmd Regards A Oct 28 2004
Thanks for the tip, I will try the -p option first and then maybe look at 4.6.2 Regards Ant "Dimitri Kaparis" <d_kaparis universalstudyhelper.com> wrote in message news:clrchc$2t6b$1 digitaldaemon.com...Ant wrote:Hi, I have been trying to build STLPort 4.5.3 and right at the end when dm librarian is invoked it complains that /PAGESIZE 128 is too small. I am compiling from cmd in Win-XP on an Athlon64 and am wondering if this error is related to the fact it is an Athlon64?? The reason I say this is I have compiled before an an Athlon-XP without problem. Can anyone tell me how to set this /PAGESIZE variable in librarian please, I can see how to do this from IDDE but not from cmd Regards A Oct 28 2004
See also www.digitalmars.com/ctg/lib.html "Ant" <someone nowhere.com> wrote in message news:clrevc$34$1 digitaldaemon.com...Thanks for the tip, I will try the -p option first and then maybe look at 4.6.2 Regards Ant "Dimitri Kaparis" <d_kaparis universalstudyhelper.com> wrote in message news:clrchc$2t6b$1 digitaldaemon.com...Ant wrote:Hi, I have been trying to build STLPort 4.5.3 and right at the end when dm librarian is invoked it complains that /PAGESIZE 128 is too small. I am compiling from cmd in Win-XP on an Athlon64 and am wondering if Oct 28 2004
|