add linker flags for linux for embeddig test

svn: r11565
This commit is contained in:
Matthew Flatt 2008-09-07 12:43:34 +00:00
parent fb1ee7d8cf
commit a0b85a2210

View File

@ -16,7 +16,7 @@
(find-collects-dir)
(find-include-dir)))
(test #t system (format "cc -o embed-in-c embed-in-c.o ~a"
(test #t system (format "cc -o embed-in-c embed-in-c.o -lm -ldl ~a"
(case (system-type 'link)
[(framework)
(format "-F\"~a\" -framework PLT_MzScheme" lib-dir)]