"Hunk" <[EMAIL PROTECTED]> writes:
> On Feb 6, 9:35 am, "Hunk" <[EMAIL PROTECTED]> wrote:
>> Thanks a zillion. Tried with the first option and it did work
>> Gr888
>> On Feb 5, 7:27 pm, Paul Pluzhnikov <[EMAIL PROTECTED]>
>> >
>> > g++ -o Concurrency.exe nothread.o
>> > "D:\RoseTests\Myzthread\
On Feb 6, 9:35 am, "Hunk" <[EMAIL PROTECTED]> wrote:
> Thanks a zillion. Tried with the first option and it did work...
> Gr888
> On Feb 5, 7:27 pm, Paul Pluzhnikov <[EMAIL PROTECTED]>
> >
> > g++ -o Concurrency.exe nothread.o
> > "D:\RoseTests\Myzthread\Debug\libMyzthread.a"
Reading thru the i
Thanks a zillion. Tried with the first option and it did work...
Gr888
On Feb 5, 7:27 pm, Paul Pluzhnikov <[EMAIL PROTECTED]>
wrote:
> "Hunk" <[EMAIL PROTECTED]> writes:
> > The option i'm using in RSD to link the library to the file is
> > g++ -o Concurrency.exe nothread.o-l"D:\RoseTests\
"Hunk" <[EMAIL PROTECTED]> writes:
> The option i'm using in RSD to link the library to the file is
> g++ -o Concurrency.exe nothread.o-l"D:\RoseTests\Myzthread
> \Debug\libMyzthread.a"
This is incorrect. Use either:
g++ -o Concurrency.exe nothread.o
"D:\RoseTests\Myzthread\Debug\lib