As Ed wrote:

> configure:2524: g++  -I/Users/freddie/avrtools/i386-apple-darwin9.8.0/ 
> avr/include -static -L/Users/freddie/avrtools/i386-apple-darwin9.8.0/ 
> avr/lib  conftest.cpp  >&5
> ld_classic: can't locate file for: -lcrt0.o

Hmm, is your C++ compiler installation incomplete?

What happens if you try to compile the following program:

int
main ()
{

  return 0;
}

manually?  Both

g++ -o test test.cpp

as well as

g++ -static -o test test.cpp

should work.

If that doesn't work, you should seek help in some OS X group or forum
first, because a working C++ compiler is simply a prerequisite for
AVaRICE.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
avarice-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/avarice-user

Reply via email to