[Mono-dev] Compile Mono Solaris
Steven Jeffs
steve at csbs.utah.edu
Wed Dec 5 11:10:40 EST 2007
Robert Jordan wrote:
> Steven Jeffs wrote:
>
>> Robert Jordan wrote:
>>
>>> Steven Jeffs wrote:
>>>
>>>
>>>> When I attempt to compile mono 1.2.5.2, it fails with the following
>>>> error. I'm using gcc 3.3 on Solaris 8. I'm not using any configure
>>>> options except prefix.
>>>>
>>>>
>>> ...
>>>
>>>
>>>
>>>> make[8]: *** No rule to make target
>>>> `System.Net.NetworkInformation/GatewayIPAddressInformationCollection.cs',
>>>> needed by `../../class/lib/basic/System.dll'. Stop.
>>>>
>>>>
>>> Extract the tar file using GNU tar, because Sun's one has some
>>> path length limitations.
>>>
>>>
>>>
>> I used GNU tar 1.13
>>
>
> This is 7 years old.
>
Never had a need to upgrade tar til now. Thanks Robert!
I updated gnu tar to 1.19 and viola, the compile completed. However
there were lots of warnings, most I expect can be ignored. But these
stand out as maybe something to be concerned with? There were lots of em:
System.Net.Sockets/Socket.cs(736,25): warning CS0162: Unreachable code
detected
and
./build-csproj: gawk: command not found
I could install gawk and recompile, but is it necessary?
-Steve
More information about the Mono-devel-list
mailing list