Now that parrot has the advanced math ops in it needs to link with
the maths library or you get lots of missing symbols. Patch as follows:

Index: Makefile
===================================================================
RCS file: /home/perlcvs/parrot/Makefile,v
retrieving revision 1.9
diff -c -r1.9 Makefile
*** Makefile    2001/09/13 07:22:36     1.9
--- Makefile    2001/09/13 08:20:54
***************
*** 12,18 ****
  all : $(O_FILES) test_prog
  
  test_prog: test_main$(O) $(O_FILES)
!       gcc -o test_prog $(O_FILES) test_main$(O)
  
  test_main$(O): $(H_FILES)
  
--- 12,18 ----
  all : $(O_FILES) test_prog
  
  test_prog: test_main$(O) $(O_FILES)
!       gcc -o test_prog $(O_FILES) test_main$(O) -lm
  
  test_main$(O): $(H_FILES)
  
Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu

Reply via email to