1753534 Members
5532 Online
108795 Solutions
New Discussion юеВ

-mt in aCC versus g++

 
SOLVED
Go to solution
Alfonso_15
Advisor

-mt in aCC versus g++

Hi guys. I find a solution for a thread problem, but it recommends compile with the option -mt in aCC. I am working with gcc 3.2 , some body knows what is the parameter equivalent to -mt ? Thanks alot
alfonsoarias
2 REPLIES 2
Stephen Keane
Honored Contributor
Solution

Re: -mt in aCC versus g++

-pthread is probably close to what you want.
Alfonso_15
Advisor

Re: -mt in aCC versus g++

Thanks soo much for your help. I apreciate it.
alfonsoarias