Error compiling

Natalia Portillo mol-general@lists.maconlinux.org
Thu, 1 Apr 2004 22:23:59 +0100


Done, next error is:

=3D Building mol                    : ld: warning prebinding disabled=20
because of undefined symbols
ld: Undefined symbols:
_scsidbg_dump_cmd
make[1]: *** [.objs-osx/mol] Error 1
make: *** [sub-src-all] Error 2

Ok I also changed the function ip_fast_csum name in ipchksum.S to=20
_ip_fast_csum to resolve another undefined symbol error appeared.
I think this one is about SCSI debugging activated, when there is no=20
SCSI support.

Of course I think that all of these errors could be "corrected" using=20
#ifdefs so compiling on Darwin/OSX wouldn't fail so much.

If you agree I could add these statments to the source and send you the=20=

diffs.

El 01/04/2004, a las 21:52, Samuel Rydh escribi=F3:

> On Thu, Apr 01, 2004 at 09:39:43PM +0100, Natalia Portillo wrote:
>> Commented that as you suggested (I got an error before in
>> if_tun_darwin.c but I replaced the error line with the same from
>> if_tun.c and compiled), and then a new error:
>>
>>  Compiling 53c94.o             : 53c94.c: In function `s53c94_init':
>> 53c94.c:1361: error: `PTHREAD_MUTEX_RECURSIVE_NP' undeclared (first=20=

>> use
>> in this function)
>> 53c94.c:1361: error: (Each undeclared identifier is reported only =
once
>> 53c94.c:1361: error: for each function it appears in.)
>> make[3]: *** [.objs-osx/53c94.o] Error 1
>> make[2]: *** [sub-oldworld-all] Error 2
>> make[1]: *** [sub-drivers-all] Error 2
>> make: *** [sub-src-all] Error 2
>>
>> Idea?
>> Solution?
>> Cause?
>
> Turn off oldworld support (make menuconfig). I haven't bothered to
> fix this yet...
>
> /Samuel
> _______________________________________________
> mol-general mailing list
> mol-general@lists.maconlinux.org
> http://lists.maconlinux.org/mailman/listinfo/mol-general
>