タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

gccに関するjusukeのブックマーク (3)

  • アシストオン | AssistOn

    Sorry, Page Not Found. (404) お探しのページがみつかりません。ごめんなさい。

    アシストオン | AssistOn
    jusuke
    jusuke 2012/12/26
  • Cygwinでの共有オブジェクト (DLL) の作り方 | Netsphere Laboratories

    2003.11.29新規作成。 Cygwinでは、共有オブジェクト(動的リンクライブラリ;DLL)の拡張子は.dllとなる。ELFフォーマットを使うUNIXでは拡張子は.so であり、また、コンパイルオプションも若干変えないといけない。以下、UNIXと比較しつつ、Cygwinでライブラリを生成する方法を書く。 ファイル名の違い UNIXでは、次のようなファイル名となる。.so の後ろの .1.2.3 でライブラリのインターフェイスのバージョンを表すことになっている。インターフェイスに非互換な変更があった場合には、foo.so.2 として、foo.so.1 と区別できるようにする。 foo.so.1.2.3 Cygwin、というかWindowsでは、次のようなファイル名となる。ファイル名にインターフェイスのバージョンが含まれないため、トラブルが起こることが多い。拡張子が異なるため、UNIXと

    jusuke
    jusuke 2005/06/02
  • Linkers and Loaders

    These are the uncorrected manuscript chapters for my Linkers and Loaders, published by Morgan-Kaufman. See the book's web site for ordering information. The text in these files is the unedited original manuscript. M-K has fine copy editors, who have fixed all the minor typos, spelling, and grammar errors in the printed book, but if you come across factual errors I'd still appreciate help getting a

    jusuke
    jusuke 2005/05/15
  • 1