 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Julien ROUZIERES Guest
|
Posted: Tue Dec 21, 2004 2:16 pm Post subject: g++ -pg option and -shared option |
|
|
Hi,
I would like to know if pg (gprof profiler) g++ option is compatible
wtih -shared option because my program use dynamic libraries (.so) ?
For informations i obtain the following error when I compile :
/bin/ld:
-pg incompatible with -shared; assuming -no_pg
/bin/ld:
-pg incompatible with -shared; assuming -no_pg
Thank for your answers !!!
regards,
Julien
|
|
| Back to top |
|
 |
GianGuz Guest
|
Posted: Tue Dec 21, 2004 2:30 pm Post subject: Re: g++ -pg option and -shared option |
|
|
Julien ROUZIERES wrote:
| Quote: | Hi,
I would like to know if pg (gprof profiler) g++ option is compatible
wtih -shared option because my program use dynamic libraries (.so) ?
For informations i obtain the following error when I compile :
/bin/ld:
-pg incompatible with -shared; assuming -no_pg
/bin/ld:
-pg incompatible with -shared; assuming -no_pg
Thank for your answers !!!
regards,
|
Questions that does not concern ISO-C++ language
should be considered offtopic. Try to another
group like comp.compilers
Gianguglielmo
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|