Build started on: 24-12-2011 at 23:09.20
Build ended on: 24-12-2011 at 23:09.21

-------------- Build: Debug in physfstest ---------------
mingw32-g++.exe -Wall -g -Wshadow -Wextra -Wall -W -c C:\ctwoplus\progcode\allegro5\PhysFStest\main.cpp -o obj\Debug\main.o
C:\ctwoplus\progcode\allegro5\PhysFStest\main.cpp:15:5: warning: unused parameter 'argc'
mingw32-g++.exe -o .\physfstest.exe obj\Debug\main.o
obj\Debug\main.o: In function `main':
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:22: undefined reference to `al_install_system'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:28: undefined reference to `al_create_display'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:34: undefined reference to `al_init_image_addon'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:36: undefined reference to `al_get_standard_path'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:37: undefined reference to `al_path_cstr'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:37: undefined reference to `al_change_directory'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:38: undefined reference to `al_get_current_directory'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:39: undefined reference to `al_destroy_path'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:59: undefined reference to `PHYSFS_init'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:70: undefined reference to `PHYSFS_addToSearchPath'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:79: undefined reference to `al_set_physfs_file_interface'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:83: undefined reference to `al_fopen'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:96: undefined reference to `al_load_bitmap_f'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:99: undefined reference to `al_map_rgba'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:99: undefined reference to `al_clear_to_color'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:100: undefined reference to `al_draw_bitmap'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:101: undefined reference to `al_rest'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:105: undefined reference to `al_destroy_bitmap'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:113: undefined reference to `al_fclose'
C:/ctwoplus/progcode/allegro5/PhysFStest/main.cpp:115: undefined reference to `PHYSFS_deinit'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
20 errors, 1 warnings