UNIX环境高级编程7.7共享库7.9环境变量

 

DIO20MLQ9RIOPB44C2TK`BC

// environ/hello1.c

#include <stdio.h>

int main()
{
    printf("hello, world\n");
    return 0;
}

// g++ hello1.c -o hello1.a
// g++ -static hello1.c -o hello1.b , error occurs and I didn't find out why
// link error
// /usr/bin/ld: cannot find -lm
// collect2: ld returned 1 exit status

 

FBN{J)_RV6~E[%3J(QU[_WP

 

V}$HIR57EXAQ``}ZM$)~YEA

 

 

 

b77956a6518038d4b657f3e2b769841c

posted @ 2015-01-30 15:23  孙永杰  阅读(285)  评论(0编辑  收藏  举报