하모니카 묻고답하기

조회 수 831 추천 수 0 댓글 4
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
주분투 18.04와 같은 우분투 18.04 기반의 Xfce 환경에서 쓰려고
MoorDev 님의 블로그 http://moordev.tistory.com/119 를 참고하여
32비트용 Thunar Repairer Plugin 패키지를 만들고 있습니다.

$ sudo apt install xfce4-dev-tools libthunarx-2-dev libexo-1-dev
$ sudo apt install autoconf intltool automake autotools-dev libtool
$ sudo apt install checkinstall

위와 같은 패키지들이 필요하다고 해서 다 설치했습니다.


xubuntu@xubuntu-virtual-machine:~/thunar-repairer-plugin-master$ ./autogen.sh
xdt-autogen: It is recommended to use IT_PROG_INTLTOOL([0.35.0])
             in your configure.ac file and remove AC_PROG_INTLTOOL

             See http://bugzilla.xfce.org/show_bug.cgi?id=8930 for
             more information.

Preparing package directory /home/xubuntu/thunar-repairer-plugin-master...
Creating /home/xubuntu/thunar-repairer-plugin-master/aclocal.m4...
Running glib-gettextize --force --copy...
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize --automake --copy --force
Patching file 'po/Makefile.in.in'
Running libtoolize --force --copy...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: You should add the contents of the following files to 'aclocal.m4':
libtoolize:   '/usr/share/aclocal/libtool.m4'
libtoolize:   '/usr/share/aclocal/ltoptions.m4'
libtoolize:   '/usr/share/aclocal/ltsugar.m4'
libtoolize:   '/usr/share/aclocal/ltversion.m4'
libtoolize:   '/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal   -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros -I /usr/share/xfce4/dev-tools/m4macros...
Running autoheader...
Running automake --force-missing --add-missing --copy --gnu...
configure.ac:61: installing './compile'
configure.ac:47: installing './config.guess'
configure.ac:47: installing './config.sub'
configure.ac:53: installing './install-sh'
configure.ac:53: installing './missing'
Makefile.am: installing './INSTALL'
thunar-fnr/Makefile.am: installing './depcomp'
Running autoconf...

Running /home/xubuntu/thunar-repairer-plugin-master/configure --enable-maintainer-mode ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/i686-linux-gnu-ld
checking if the linker (/usr/bin/i686-linux-gnu-ld) is GNU ld... yes
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/i686-linux-gnu-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for thunarx-2 >= 0.4.0... 1.6.15
checking THUNARX_CFLAGS... -pthread -I/usr/include/thunarx-2 -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
checking THUNARX_LIBS... -lthunarx-2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgio-2.0 -lgobject-2.0 -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for exo-1 >= 0.5.0... 0.12.0
checking EXO_CFLAGS... -pthread -I/usr/include/exo-1 -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
checking EXO_LIBS... -lexo-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lxfce4util -lglib-2.0
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxfce4util-1.0 >= 4.6.0... 4.12.1
checking LIBXFCE4UTIL_CFLAGS... -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
checking LIBXFCE4UTIL_LIBS... -lxfce4util -lglib-2.0
checking whether to build with debugging support... yes
checking if gcc supports -DXFCE_DISABLE_DEPRECATED... yes
checking if gcc supports -Wall... yes
checking if gcc supports -Wextra... yes
checking if gcc supports -Wno-missing-field-initializers... yes
checking if gcc supports -Wno-unused-parameter... yes
checking if gcc supports -Wold-style-definition... yes
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wmissing-noreturn... yes
checking if gcc supports -Wshadow... yes
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wformat... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wformat-y2k... yes
checking if gcc supports -Winit-self... yes
checking if gcc supports -Wmissing-include-dirs... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -fstack-protector... yes
checking if gcc supports -Wredundant-decls... yes
checking if gcc supports -g... yes
checking whether /usr/bin/i686-linux-gnu-ld accepts --as-needed... yes
checking whether /usr/bin/i686-linux-gnu-ld accepts -O1... yes
checking PLATFORM_CPPFLAGS... 
checking PLATFORM_CFLAGS... 
checking PLATFORM_LDFLAGS... 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating thunar-fnr/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Now type "make" to compile.
xubuntu@xubuntu-virtual-machine:~/thunar-repairer-plugin-master$ make
make  all-recursive
make[1]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master' 들어감
Making all in po
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master/po' 들어감
make[2]: 'all'을(를) 위해 할 일이 없습니다.
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master/po' 나감
Making all in thunar-fnr
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master/thunar-fnr' 들어감
  CC       thunar_fnr_la-thunar-action-menu.lo
  CC       thunar_fnr_la-thunar-fnr-plugin.lo
  CC       thunar_fnr_la-thunar-fnr-provider.lo
  CCLD     thunar-fnr.la
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master/thunar-fnr' 나감
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master' 들어감
make[2]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master' 나감
make[1]: 디렉터리 '/home/xubuntu/thunar-repairer-plugin-master' 나감
xubuntu@xubuntu-virtual-machine:~/thunar-repairer-plugin-master$ 


흠 make가 되는지 안 되는지 모르겠네요 ㅠㅠ
혹시나 해서 configure.ac 파일에서 AC_PROG_INTLTOOL() 을 지우고
IT_PROG_INTLTOOL([0.35.0]) 로 바꾸어 보았습니다.


xubuntu@xubuntu-virtual-machine:~/thunar-repairer-plugin-master$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/xubuntu/thunar-repairer-plugin-master/missing aclocal-1.15 
 cd . && /bin/bash /home/xubuntu/thunar-repairer-plugin-master/missing automake-1.15 --gnu
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/xubuntu/thunar-repairer-plugin-master/missing autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-maintainer-mode --no-create --no-recursion
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking how to print strings... printf
checking for ld used by gcc... /usr/bin/i686-linux-gnu-ld
checking if the linker (/usr/bin/i686-linux-gnu-ld) is GNU ld... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-linux-gnu-ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/i686-linux-gnu-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
./configure: line 13625: syntax error near unexpected token `XDT_CHECK_PACKAGE'
./configure: line 13625: `XDT_CHECK_PACKAGE(THUNARX, thunarx-2, 0.4.0)'
Makefile:432: recipe for target 'config.status' failed
make: *** [config.status] Error 2
xubuntu@xubuntu-virtual-machine:~/thunar-repairer-plugin-master$ 


에러가 뜹니다 ㅠㅠ
어떻게 해야 32비트용 패키지를 만들 수 있을까 고민입니다.
주분투 18.04에서 작업 중입니다.

휴... 어렵네요

  • ?
    Moordev 2018.07.03 16:56
    Configure.ac지우기 이전에 make잘된거 같은데요?

    make하면서 별 소리없이 그냥 프롬프트 떨어지면 컴파일된겁니다. 이제 checkinstall하시면 패키지 만들면서 설치까지 될겁니다.
  • ?
    la_Nube(누베) 2018.07.03 18:30

    아하 그렇군요! ㅎㅎ

    블로그에 ln 처리 부분이 있어서 32비트에 맞추어서 다시 해보았습니다.

    cd /usr/lib/i386-linux-gnu/thunarx-2/

    sudo ln -s /usr/local/lib/thunarx-2/thunar-fnr.la

    sudo ln -s /usr/local/lib/thunarx-2/thunar-fnr.so


    몇 가지 질문을 드려도 될까요?


    1. 혹시 checkinstall 과정에서

    The package documentation directory ./doc-pak does not exist. 

    Should I create a default set of package docs?

    이 부분은 뭘로 해야 할까요?

    Y 해도 될듯 해서 Y 하긴 했습니다만... ㅎㅎ


    2. caja-repairer 에 필요한 개발 도구들은 혹시 뭐가 있을까요?

    우분투마테에서도 32비트용으로 만들려고 합니다. ㅎㅎ


    블로그와 답변이 많은 도움이 되었습니다. 감사합니다^^

  • ?
    Moordev 2018.07.04 11:03
    1. 패키지용 설명문서를 만들겠다는 의미니 y를 눌러서 들어가도 상관없습니다.

    2. https://github.com/LinuxMatt/caja-repairer
    여기의 소스를 컴파일하면 되는데 Configure할 때 없다는 라이브러리를 일일이 설치했던거 같습니다. 기억이 안 나네요.
  • ?
    la_Nube(누베) 2018.07.04 14:25

    N 눌러서 안 만들어도 되겠군요. ㅎㅎ


    caja-repairer에서는 없는 패키지를 하나 둘씩 찾아야 겠군요.


    답변 감사합니다.


List of Articles
번호 제목 추천 수 글쓴이 날짜 조회 수
공지 게시판에 질문하기 전 읽기 - 어떻게 질문을 하는 것이 좋을까? 1 0 Kevin 2019.11.18 12692
2103 웹상에서 동영상 자동 재생 안되게 하려면....? 2 0 보이차 2022.06.05 557
2102 하모니카 5 노트북과 스마트폰 연결은 할 수 있나요? (안드로이드폰 갤럭시) 3 0 관우 2022.06.05 790
2101 브라질 역시 쌔네 0 해중이 2022.06.03 485
2100 sns교육 아시는분?! 0 해중이 2022.05.31 459
2099 하모니카 5 에서 nimf 사용중인데 한영키 오른쪽 alt 설정이 재부팅하면 다시 적용이 안됩니다. 10 0 Japser 2022.05.16 742
2098 지포스 나우를 하모니카에서 실행시켜 보고 있습니다. 2 file 0 마이쮸가이 2022.05.12 921
2097 터치패드 질문 10 0 탁구공 2022.05.12 611
2096 [무료교육] [한컴아카데미] IoT 센서활용 플랫폼 구축을 위한 임베디드 SW개발자 교육생 모집(온라인 수강 가능) file 0 한컴아카데미 2022.05.11 469
2095 윈도우 11 질문 2 0 해중이 2022.05.08 679
2094 고용노동부 전액지원 IT 전문가 취업희망 구직자/실업자 전문 무료교육 file 0 아이티윌부산 2022.05.04 507
2093 리눅스용 시리얼 통신 프로그램이 있을까요?? 2 0 geoworld 2022.04.29 978
2092 싸지방에서 메가스터디 5 0 뚱쇼 2022.04.24 2776
2091 르누아르는 하모니카os 지원안하나요? 3 0 스크린세이버 2022.04.24 725
2090 하모니카에서 사운드 카드 어떻게 설치 하나요? 5 0 시트콤처럼 2022.04.24 827
2089 리눅스에서 긱벤치 점수가 좀 더 잘 나오네요 2 file 0 시트콤처럼 2022.04.19 675
2088 Bottles에 대해 어떻게 생각하시나요? 5 0 Finery 2022.04.16 1393
2087 (무선랜) 도움 바랍니다. 4 file 0 시트콤처럼 2022.04.14 838
2086 Candle 프로그램 설치 문의 'xcb' 에러 4 file 0 woojooni 2022.04.11 594
2085 카톡이 실행되지 않습니다. 6 file 0 보이차 2022.04.10 819
2084 업데이트 메니저를 열면 요런 메세지가 뜹니다. 해결법 좀 알려주세요. 6 file 0 친절한우주인 2022.04.09 559
Board Pagination Prev 1 ... 13 14 15 16 17 18 19 20 21 22 ... 123 Next
/ 123
CLOSE