Re: Problem in Loading library using g++

2007-02-06 Thread Paul Pluzhnikov
"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\

Re: Problem in Loading library using g++

2007-02-06 Thread Hunk
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

Re: Problem in Loading library using g++

2007-02-05 Thread Hunk
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\

Re: Problem in Loading library using g++

2007-02-05 Thread Paul Pluzhnikov
"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