On Tue, Aug 10, 2010 at 3:56 PM, David Coppa <dco...@gmail.com> wrote:
> Where's the error?

there is none. i just wanted to make sure that there are no flags that
i missed. the main program (picoLisp) just can't seem to find the
shared lib.

judging from here, i'll look at the source if it's looking in the right place.

thank you looking at it.

>
> 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