Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

linux϶¯Ì¬¿âÓ뾲̬¿â

ÌåÑéÒ»ÏÂlinuxϱàдºÍʹÓö¯Ì¬¿âÓ뾲̬¿â£¬·¶Àý£ºhelloworld³ÌÐò¡£
Ê×Ïȱàд¾²Ì¬¿â£º
hellos.h
 #ifndef _HELLO_S_H
#define _HELLO_S_H
void prints(char *str);
#endif
 
hellos.c
#include "hellos.h"
#include <stdio.h>
void prints(char *str)
{
printf("print in static way:%s",str);
}
 
¿ªÊ¼±àÒë³É¾²Ì¬¿â£º
gcc -c -o hellos.o hellos.c
ar cqs libhellos.a hellos.o
main.c
#include "hellos.h"
int main(void)
{
char *text = "hello,world\n";
prints(text);
}

ʹÓþ²Ì¬¿â±àÒ룺gcc -o hello main.c -static -L. -lhellos
È»ºóÔËÐÐhello,Êä³ö£º
print in static way: Hello World!
ɾ³ý
libhellos.aºÍ
hellos.*ºó, ³ÌÐòÈÔÈ»Õý³£ÔËÐС£
±àд¶¯Ì¬¿â
£º
hellod.h
#ifndef _HELLO_D_H
#define _HELLO_D_H
void printd(char *str);
#endif

hellod.c
#include "hellod.h"
#include <stdio.h>
void printd(char *str)
{
printf("print in dynamic way:%s",str);
}

±àÒëÉú³É¶¯Ì¬¿â£ºgcc -shared -o libhellod.so hellod.c
ÕâÑù£¬libhellod.so¾ÍÊÇÉú³ÉµÄ¶¯Ì¬¿â¡£
export LD_LIBRARY_PATH=/root/program/link/dynamic/:$LD_LIBRARY_PATH£¬Ö¸¶¨¿âÎļþ·¾¶¡£
Èç¹ûϵͳװÁËSELINUXµÄ»°£¬ÒªÖ´ÐÐchcon -t textrel_shlib_t /root/program/link/dynamic/libhellod.so¸Ä±äȨÏÞ¡£
main.c
#include "hellod.h"
int main(void)
{
char *text = "hello,world\n";
printd(text);
}

gcc -o hello main.c -L./ -lhellod
È»ºóÔËÐÐhello¿ÉÒÔ¿´µ½Êä³ö
print in dynamic way: Hello World!
Èç¹ûɾ³ý¿âÎļþ£¬»á³öÏÖ£º./hello: error while loading shared libraries: libhellod.so: cannot open shared object file: No such file or directory


Ïà¹ØÎĵµ£º

LinuxÉ豸ģÐÍÖ®input×ÓϵͳÏê½â

Ò»£ºÇ°ÑÔ
×î½üÔÚÑо¿androidµÄsensor driver£¬Ö÷ÒªÊÇE-compass£¬ÆäÖÐÓõ½ÁËLinux input×Óϵͳ.ÔÚÍøÉÏÒ²¿´Á˺ܶàÕâ·½ÃæµÄ×ÊÁÏ£¬¸Ð¾õ»¹ÊÇÕâÆª·ÖÎöµÄ±È½ÏϸÖÂ͸³¹£¬Òò´Ë×ªÔØÒ»ÏÂÒÔ±ã×Ô¼ºÑ§Ï°£¬Í¬Ê±ºÍ´ó¼Ò·ÖÏí£¡
£¨ÕâÆª²©¿ÍÖ÷ÒªÊÇÒÔ¼üÅÌÇý¶¯ÎªÀýµÄ£¬²»¹ý½²½âµÄÊÇLinux Input Subsystem£¬¿ÉÒÔ×ÐϸµÄÑо¿Ò»Ï£¡£©
¼üÅÌÇý¶¯½«¼ì ......

ÓÃPuTTYµÇ¼Linuxºó£¬ºº×ÖÏÔʾΪÂÒÂëµÄÁ½ÖÖ½â¾ö°ì·¨

ÓÃPuTTYµÇ¼Linuxºó£¬ºº×ÖÏÔʾΪÂÒÂëµÄÁ½ÖÖ½â¾ö°ì·¨
×¢£º±¾ÎÄËùÊöLinuxΪredhat¡£
ÓÃPuTTYµÇ¼Linuxºóʱ£¬Ä¬ÈÏʹÓõÄÊÇutf-8×Ö·û¼¯£¬¶øÎÒÃdz£ÓõÄwin 2000¡¢xpϵͳʹÓõÄÊÇGBK×Ö·û¼¯£¬Õâ¾ÍÊÇÂÒÂëµÄÔ­Òò£¬°ï½â¾ö°ì·¨ÓÐÁ½ÖÖ£º
1£¬Ð޸Ŀͻ§¶ËÉèÖÃ
ÔÚPuTTYµÄReconfigration£­£­TranslationÀïµÄcharacter setÀォ×Ö·û¼¯ÉèÖÃÎ ......

LINUXÆÚÄ©¸´Ï° SHELL±à³Ì

Ò»¡¢SHELL¼ò½é ¢ÙʲôÊÇSHELL ´ð£ºÒ»¸ö×÷ΪÓû§ÓëLINUXϵͳ֮¼äµÄ²Ù×÷½Ó¿Ú³ÌÐò£¬ÔÊÐíÓû§Ïò²Ù×÷ϵͳÊäÈëÐèÒªÖ´ÐеÄÃüÁî¡£
      Ò»Öָ߼¶¡¢½âÊÍÐԵijÌÐòÓïÑÔ¡£     ¢ÚSHELLµÄÖÖÀà ¢ÛSHELLµÄÖ´ÐÐ
         .  ......

RedHat Linux·ÖÇø£¨×ªÔØ£©

Red Hat LinuxµÄ·ÖÇøÊDz»Í¬ÓÚÆäËü²Ù×÷ϵͳ·ÖÇøµÄ£¬ËüµÄ·ÖÇø¸ñʽֻÓÐExt2£¨Ext3£©ºÍSwapÁ½ÖÖ£¬Ext2£¨Ext3£©ÓÃÓÚ´æ·ÅϵͳÎļþ£¬SwapÔò×÷ΪRed Hat LinuxµÄ½»»»·ÖÇø¡£Red Hat LinuxÖÁÉÙÐèÒªÁ½¸öרÃŵķÖÇø£¨Linux NativeºÍLinux Swap£©¿öÇÒ²»Äܽ«Red Hat Linux°²×°ÔÚDos/Windows·ÖÇø¡£Ò»°ãÀ´ËµÎÒÃǽ«Red Hat Linux°²×°Ò»¸ö»ò¶à ......

Eclipse+QT4.6(Linux)

1¡¢Ê×ÏÈÊÇQT4.6µÄ°²×°£¬²Î¼ûQT4.6+QT Creator1.3°²×°£¨Linux£©
2¡¢ÔٲμûEclipse+Qt4ÅäÖò½Ö裨Linux°æ£©
  ½«QT4.6µÄ·¾¶£¬È磺
/opt/qtsdk-2009.05/qt/bin/
3¡¢OK£¡
4¡¢¿ÉÒÔͬʱʹÓÃEclipseºÍQT Creator Á½¸öIDEÁË£¬ºÇºÇ¡£ ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ