Where's the error?

On Tue, Aug 10, 2010 at 9:43 AM, Edwin Eyan Moragas <e...@yndy.org> wrote:
> Hi misc,
>
> i'm stumped and my makefile foo is not up to par. i need some help to
> figure this out.
>
> i'm trying to make picoLisp run on openbsd 4.7. the common gcc
> invocation looks like:
>
> gcc -c -O2 -m32 -pipe -falign-functions -fomit-frame-pointer
> -fno-strict-aliasing -W -Wimplicit -Wreturn-type -Wunused -Wformat
> -Wuninitialized -Wstrict-prototypes -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_OS='"OpenBSD"' net.c
>
> it loads a dynamic library ht.o and links it as so (i'm not so sure if
> it is linking, my apologies):
>
> gcc -o ../lib/ht -m32 -shared -export-dynamic ht.o

Reply via email to