Re: Compiling 2.5.1 on OpenBSD 4.1
- From: "Martin v. Löwis" <martin@xxxxxxxxxxx>
- Date: Sun, 29 Jul 2007 06:46:09 +0200
I'm stumped. Any suggestions?
You will have to find the true declaration of lstat - reading
man pages or checking that everything "looks right" won't help.
So where is lstat declared? Is it declared at all, and if so,
is that declaration conditional perhaps?
Produce a preprocessor output (posixmodule.i), by adding
-fsave-temps to the compiler line compiling posixmodule.c
(copy the line from the make output into a shell, and add
this command line); then inspect that output to see whether
lstat has been declared.
Regards,
Martin
.
- Follow-Ups:
- Re: Compiling 2.5.1 on OpenBSD 4.1
- From: nazgul
- Re: Compiling 2.5.1 on OpenBSD 4.1
- References:
- Compiling 2.5.1 on OpenBSD 4.1
- From: nazgul
- Compiling 2.5.1 on OpenBSD 4.1
- Prev by Date: Re: Why no maintained wrapper to Win32?
- Next by Date: Split a string based on change of character
- Previous by thread: Compiling 2.5.1 on OpenBSD 4.1
- Next by thread: Re: Compiling 2.5.1 on OpenBSD 4.1
- Index(es):
Relevant Pages
|
|