Hello Avi

Hey Aly, try "linking" w/ -i_dynamic. For your test proggie you can do

icc -o aly aly.cc -i_dynamic

and it will compile/link/run.


Perfect, it seems to do the trick.



        If you have multiple source files you only need the -i_dynamic
on the link step i.e:

        icc -c a.cc
        icc -c b.cc
        icc a.o b.o -o ab -i_dynamic


Ah ! okay I see what you are saying, I guess that I tried exporting my CC and CCC environment variables to icc but a make aly still insists on using g++ (no makefile case), will have to find a way to build a makefile with icc.


I assume that all other switches also work fine right ?

Thanks for the help.

Cheers,

Aly.

--
Aly S.P Dharshi
[EMAIL PROTECTED]
Student System Administrator/Network Analyst LDAP Project
Department of Computer Science and Mathematics
University of Lethbridge

 "A good speech is like a good dress
 that's short enough to be interesting
 and long enough to cover the subject"




-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to