Jim Sager wrote: > Thanks for the tip > So I change -lcsengine to -crystalspace.lib?
No, use -lcrystalspace. The actual library name on Linux is libcrystalspace.a (or libcrystalspace.so). The -l linker directive adds the appropriate prefix and suffix to the name when looking for 'crystalspace'. Better yet, you should be using cs-config to get the appropriate compiler and linker flags for CS. (See ./cs-config --help.) -- ES _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
