The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
nasm, GoLink and static libraries?!
« previous
next »
Print
Pages: [
1
]
Author
Topic: nasm, GoLink and static libraries?! (Read 4234 times)
gammac
Guest
nasm, GoLink and static libraries?!
«
on:
June 11, 2014, 06:07:31 PM »
Hello,
I try to use nasm with GoLink but I can't find a way to link against static libraries. How does GoLink support static .lib files? Thanks for your answers!
best regards
Logged
wjr
Member
Posts: 242
Re: nasm, GoLink and static libraries?!
«
Reply #1 on:
June 12, 2014, 02:00:01 AM »
Static libraries are dealt with differently. The GoAsm manual has a section "Merging: using static code libraries" which explains this. So it is actually GoAsm that supports the static .lib files and not GoLink.
Logged
gammac
Guest
Re: nasm, GoLink and static libraries?!
«
Reply #2 on:
June 12, 2014, 02:09:26 AM »
you mean, there is no way to use static libraries and GoLink with other assemblers except GoAsm?
Logged
wjr
Member
Posts: 242
Re: nasm, GoLink and static libraries?!
«
Reply #3 on:
June 12, 2014, 02:37:26 AM »
Correct. Well, at least no direct way. Indirectly, I suppose you could use something like LIB.EXE to extract any needed OBJ files and link those as usual.
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
nasm, GoLink and static libraries?!