I try to create an archive (.a) from objects files (.o).
No problem in command line. But when i use RunProgram, no archive files generated.
The code and O files are in the zip...
File:1->Test_AR.zip

Code: Select all
StringTmp.s = "rvs "
StringTmp + chr(34) + "/home/franklin/Bureau/DD_PureBasic/Test.a"+ chr(34) + " "
StringTmp + "/home/franklin/Bureau/DD_PureBasic/*.o"
Debug StringTmp
RunProgram("ar ", StringTmp, "", #PB_Program_Wait)