|
Atari coding BBS
Re: GCC, target = library |
Posted by: Patrice Mandin
|
Jun,29.2006-11:35
|
From what I remember, after you have compiled all needed .c files to .o object files:
ar cru lib<name>.a <list of object files.o>
(to put all .o files in a .a archive file)
ranlib lib<name>.a
(to generate an index in the .a file, needed for linking lib with the program that will use it)
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
GCC, target = library
|
Peter
|
Jun,26.2006-07:39
|
Re: GCC, target = library
|
earx
|
Jun,26.2006-08:23
|
Re: GCC, target = library
|
sqward
|
Jun,26.2006-08:36
|
Re: GCC, target = library
|
Peter
|
Jun,26.2006-12:24
|
Re: GCC, target = library
|
mikro
|
Jun,26.2006-09:25
|
Re: GCC, target = library
|
Peter
|
Jun,26.2006-12:24
|
Re: GCC, target = library
|
earx
|
Jun,26.2006-16:46
|
Re: GCC, target = library
|
Patrice Mandin
|
Jun,29.2006-11:35
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|