From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Brian J. Dent" Cc: help-gcc@gnu.org Subject: Re: gcc compile problem ... Date: Wed, 26 Jan 2000 12:10:00 -0000 Message-id: References: <4.2.0.58.20000126064259.00a8a330@redshift.com> X-SW-Source: 2000-01/msg00170.html On Jan 26, 2000, "Brian J. Dent" wrote: > sqrt marc.o > ld: fatal: Symbol referencing errors. No output written to marc.out Try `-lm'. Math functions are defined in libm. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: "Brian J. Dent" Cc: help-gcc@gnu.org Subject: Re: gcc compile problem ... Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: References: <4.2.0.58.20000126064259.00a8a330@redshift.com> X-SW-Source: 2000-q1/msg00170.html Message-ID: <20000401000000.KpV-SAEUVQuHsJgNc8VN2y_ED-fXe2dyGSmB8_A6izo@z> On Jan 26, 2000, "Brian J. Dent" wrote: > sqrt marc.o > ld: fatal: Symbol referencing errors. No output written to marc.out Try `-lm'. Math functions are defined in libm. -- Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,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