* Compiling apache for Linux PPC
@ 2000-08-05 0:45 Kwansuk Kim
2000-08-05 3:32 ` Frank Rowand
0 siblings, 1 reply; 2+ messages in thread
From: Kwansuk Kim @ 2000-08-05 0:45 UTC (permalink / raw)
To: LinuxPPC
I'm trying to implement embedded linux router.
So I tried to cross-compile apache on x86 linux machine.
I changed the compiler name from 'gcc' to 'powerpc-linux-gcc'
But when I ran make there was an error. Of course compile with gcc, it works well.
Is there any options? It seems there is no use of configure option '--tartget=powerpc-linux'
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compiling apache for Linux PPC
2000-08-05 0:45 Compiling apache for Linux PPC Kwansuk Kim
@ 2000-08-05 3:32 ` Frank Rowand
0 siblings, 0 replies; 2+ messages in thread
From: Frank Rowand @ 2000-08-05 3:32 UTC (permalink / raw)
To: Kwansuk Kim; +Cc: LinuxPPC, frowand
Kwansuk Kim wrote:
>
> I'm trying to implement embedded linux router.
>
> So I tried to cross-compile apache on x86 linux machine.
>
> I changed the compiler name from 'gcc' to 'powerpc-linux-gcc'
>
> But when I ran make there was an error. Of course compile with gcc, it works well.
>
> Is there any options? It seems there is no use of configure option '--tartget=powerpc-linux'
>
A few hints...
./configure --prefix=YOUR_INSTALL_PATH
make
cd src/main
copy gen_test_char and gen_uri_delims to your target (PowerPC) system
run gen_test_char and gen_uri_delims on your target system
copy the output of gen_test_char to test_char.h on your host system
copy the output of gen_uri_delims to uri_delims.h on your host system
cd -
make
*** I may not have the syntax exactly right on the next command, but it
gives you the idea:
find -name "*\.a" -exec \
/opt/hardhat/devkit/ppc/8xx/bin/powerpc-linux-ranlib {} \;
make
make install
-Frank
--
Frank Rowand <frank_rowand@mvista.com>
MontaVista Software, Inc
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-08-05 3:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-05 0:45 Compiling apache for Linux PPC Kwansuk Kim
2000-08-05 3:32 ` Frank Rowand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).