User forums > Help

library files have incorrect path name

(1/1)

jarro_2783:
When I use a make file to compile something, library files that I include are being given the wrong path name.
The linker gives an error that is something along the lines of:
c:programmingprogramsjffbzlib.a not found.
Clearly it is losing the \ somehow. Is there a way to fix this or is this a bug?

thomas:
It would be helpful to know what version you are actually using, as the expansion of pathnames has  at least been rewritten 3 times during the last 9 months.

Since you're talking about makefiles, however, it is probably a bug. If you are using RC2, it is a bug in RC2, and if you are using a recent build, it is a bug in your self-made makefile (since export to makefile no longer exists).

jarro_2783:
I'm using RC2. It happens when I export the makefile and then run make from the command prompt, when I compile from makefile and when I compile directly (from settings -> compiler -> other.

sethjackson:

--- Quote from: jarro_2783 on April 20, 2006, 01:07:11 pm ---I'm using RC2. It happens when I export the makefile and then run make from the command prompt, when I compile from makefile and when I compile directly (from settings -> compiler -> other.

--- End quote ---

Get a nightly from here. :D RC2 is sooo old.

http://forums.codeblocks.org/index.php?board=20.0

Navigation

[0] Message Index

Go to full version