RE: [boost] Re: Regex and STLPMT.LIB

2003-03-18 Thread Malcolm Smith
] Subject: [boost] Re: Regex and STLPMT.LIB John Maddock wrote: > > It looks more likely that you actually compiled with Builder 6, as that > ships with (and uses) that lib. > I ran into this problem. Builder 6 puts itself at the head of the path, so when you run make (for building reg

[boost] Re: Regex and STLPMT.LIB

2003-03-18 Thread Russell Hind
John Maddock wrote: It looks more likely that you actually compiled with Builder 6, as that ships with (and uses) that lib. I ran into this problem. Builder 6 puts itself at the head of the path, so when you run make (for building regex), I ended up building with BCB6 make, and then tried linkin

RE: [boost] Re: Regex and STLPMT.LIB

2003-03-17 Thread Malcolm Smith
Diener Sent: Tuesday, 18 March 2003 13:01 To: [EMAIL PROTECTED] Subject: [boost] Re: Regex and STLPMT.LIB Malcolm Smith wrote: > Hi all, > > > I just compiled the regex library under C++Builder 5. > > I've tried to compile an application and it complains about not being >

[boost] Re: Regex and STLPMT.LIB

2003-03-17 Thread Edward Diener
Malcolm Smith wrote: > Hi all, > > > I just compiled the regex library under C++Builder 5. > > I've tried to compile an application and it complains about not being > able > to find STLPMT.LIB - I can find no information on this LIB. It's a BCB6 library for the stlPort implementation of the C++ st