This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: help!!!


On Sep  2, 1999, "lam" <lamyx@public.szonline.net> wrote:

>     /usr/ccs/bin/as: "/var/tmp/cc0bUeGV.s", line 1610: error: can't compute value of an expression involving an external symbol

>     The programe can pass in windows_VC6.0 or Linux_gcc. why???

It passes on GNU/Linux because GNU/Linux uses GNU as.  Solaris' as
can't handle very long symbol names, required by your example.  Read
http://egcs.cygnus.com/faq.html#squangle for work-arounds.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]