void program()
{
    library(0);

    exec(COMPILER, "-o", g_binary,
            "-lbisonc++", libs, "-L.", libpath , "-s");

    exit(0);
}
