Ask a Question related to Mac Programming, Design and Development.
-
HiddenRabbit #1
linking problems (CW)
hi!
I've a problem compiling,or more propably,with linkinging
libgsm as a static code into my app. It seems it compiles and
preprocess correctly (this is a c code). I include "gsm.h"
and the linker says e.g. gsm_create undefined (code).
I removed all externs from libgsm (it originally compiles as a unix
dynamic library), also assured that source compiles with no errors (it
does). I also doublechecked if all needed files are included in my target,
and if the gsm.h file is indeed included by my app main file (preprocess
shows it is).
In desperation i tried to compile the code to a static library,and it
does compile with no complains. I get library i include later in my project,
unfortunately, i still can't access any function although i export them with
appropriate pragmas...
I really don't know why it happens.
Maybe someone more experienced could help with some suggestions?
BTW: are memcpy and memset available with codewarrior std libs? which .h
should i use? i don't see them in stdio.h....
Bests,
HR
HiddenRabbit Guest
-
Linking problems with xerces-c2_2_0 on ibm aix 5.2
Hi all, I try to build a program on AIX 5.2 with gcc 3.3 using the xerces-c2_2 parser. At the end of the build process I always get the following... -
Linking in AIX
Hello, ok, I was able to produce a small example which shows a specific problem I am having. It has interesting properties: I'm using gcc 3.3... -
Image problems when linking to new page...
Well, I'm using Dreamweaver 6.0 to do it and I'm running into a problem that perhaps someone can help me with. Here it is broken down simply and in a... -
Linking Problems
Hello again, I have a linking problem. I cannot seem to link menu items successfully to the appropriate .htm files. The items are gifs and I make... -
Need help linking xp to 98
In article <0a8d01c341a5$9f717cd0$a001280a@phx.gbl>, "Mark" <choppedcarrots@hotmail.com> wrote: If you're asking about Internet Connection... -
Sean McBride #2
Re: linking problems (CW)
In article <bhq81k$jan$1@SunSITE.icm.edu.pl>,
"HiddenRabbit" <nospam@nospam.com> wrote:
Of course.> BTW: are memcpy and memset available with codewarrior std libs?
Type 'man memcpy' in terimnal and you'll see it should be in <string.h>.> which .h
> should i use? i don't see them in stdio.h....
Sean McBride Guest
-
HiddenRabbit #3
Re: linking problems (CW)
BTW: I'm compiling lib gsm to use it under carbon and classic :(> Of course.
>>> > which .h
> > should i use? i don't see them in stdio.h....
> Type 'man memcpy' in terimnal and you'll see it should be in <string.h>.
HiddenRabbit Guest
-
Sean McBride #4
Re: linking problems (CW)
In article <bhqk23$jbc$1@SunSITE.icm.edu.pl>,
"HiddenRabbit" <nospam@nospam.com> wrote:
Ah. ;) Well, you can always put the entire MSL folder (containing all>> >> > > which .h
> > > should i use? i don't see them in stdio.h....
> > Type 'man memcpy' in terimnal and you'll see it should be in <string.h>.
> BTW: I'm compiling lib gsm to use it under carbon and classic :(
the headers) in the 'Find In Files' section and search them all at once
to find where a prototype is.
Sean McBride Guest



Reply With Quote

