User forums > Using Code::Blocks

Add a specific Library

<< < (3/3)

Michael:

--- Quote from: gl0be on December 17, 2005, 11:52:29 pm ---But I don't have any reimp in the bin directory of mingw !!
Do I have to download something more ?

--- End quote ---

Well, I have reimp in the C::B bin directory (C::B version RC2 with MinGW included).


--- Quote from: gl0be on December 17, 2005, 11:52:29 pm ---I find that link

http://jrfonseca.planetaclix.pt/projects/gnu-win32/software/reimp/

and this one but I don't know what to do !

http://sourceforge.net/project/showfiles.php?group_id=2435&release_id=115457

--- End quote ---

Or you can try here.

Michael

gl0be:
Thank you for your help !

I've done that :

      > reimp battle.lib (that creat a battle.obj)
      > ar rcs battle.obj battle.a (This packages the library)

Than I've got a lot's of error I really don't understand

So I give up  :?

Thanks a lot of your help anyway !

gl0be

SamT:

--- Quote from: gl0be on December 18, 2005, 03:08:10 pm ---      > reimp battle.lib (that creat a battle.obj)
      > ar rcs battle.obj battle.a (This packages the library)

--- End quote ---

In the README file, the command is not the same as yours.

        reimp imp.lib          # this generates several .o or .obj files.
        ar rcs libimp.a *.obj  # add them to library

Maybe you you need to try again  :)


Navigation

[0] Message Index

[*] Previous page

Go to full version