Cygwin, Dll을 만드는 코드중에서...

mentee의 이미지

환경: windows xp
컴파일러: Cygwin
목적: 윈도우에서 사용할 DLL을 Cygwin에서 제작

makedll.bat라는 파일을 만들어서 Dll을 만드려고 합니다.

-mno-cygwin의 옵션을 주어서 윈도우즈에서 사용할수 있게 하려고합니다.

makedll.bat내용
//-------------------------------------------------------------------------
rem *** Create the import library for the dll ***
dlltool --dllname dll.dll --def dll.def --output-lib libdll.a

rem *** Compile the dll ***
gcc -mno-cygwin -c -o dll.o dll.c

rem *** Link the dll ***
gcc -mno-cygwin -s -mdll -o dll.dll -Wl,--base-file,dll.b dll.o
dlltool --dllname dll.dll --base-file dll.b --output-exp dll.e --def dll.def
gcc -mno-cygwin -s -mdll -o dll.dll -Wl,--base-file,dll.b dll.o -Wl,dll.e
dlltool --dllname dll.dll --base-file dll.b --output-exp dll.e --def dll.def
gcc -mno-cygwin -s -mdll -o dll.dll dll.o -Wl,dll.e

rem *** Delete temporary files from dll linking ***
del dll.b
del dll.e

rem *** Compile exe, which uses dll. ***
gcc -mno-cygwin -c -o exe.o exe.c

rem *** Link exe.exe, which uses dll.dll ***
gcc -mno-cygwin -s -L. -o exe.exe exe.o libdll.a
//------------------------------------------------------------------

위 소스는 인터넷에 있는 것을 올린겁니다.

각 줄마다 의미하는 바가 있을텐데요 윈도우즈 프로그래머라서

무슨 의미인지 모르겠어요 ㅡ.ㅡ; 한줄한줄 설명 부탁드려요 ~~

제가 아는 내용
1. gcc -c: compile
2. gcc -o: object화
3. gcc -mno-cygwin: cygwin.dll사용 안함 -> msvcrt.dll사용

이정도 입니다. 고수님들의 도움 기다릴께요 ^^

mentee의 이미지

gcc -mno-cygwin -c -o dll.o dll.c
_____________ ^^^^^^^^^

-c는 dll.c를 컴파일하겠다는 것이고 그러면 dll.o가 나올텐데

-o dll.o을 써 넣으면 -c에서 만들어놓은 dll.o -> dll.o가 되는 순서가 맞나요?

@.@

즐거운 세상 멘티가 꿈꾸는 세상

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.